diff options
Diffstat (limited to 'lib/libc/string/stpcpy.c')
| -rw-r--r-- | lib/libc/string/stpcpy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/stpcpy.c b/lib/libc/string/stpcpy.c index 04c3a17f..f3619557 100644 --- a/lib/libc/string/stpcpy.c +++ b/lib/libc/string/stpcpy.c @@ -1,4 +1,4 @@ -#include <string.h> +#include <string.h> // for stpcpy char *stpcpy(char *restrict s1, const char *restrict s2) { |
