diff options
Diffstat (limited to 'arch/ppc64')
-rw-r--r-- | arch/ppc64/boot/string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ppc64/boot/string.h b/arch/ppc64/boot/string.h index 9289258bcbd6..9fdff1cc0d70 100644 --- a/arch/ppc64/boot/string.h +++ b/arch/ppc64/boot/string.h | |||
@@ -1,5 +1,6 @@ | |||
1 | #ifndef _PPC_BOOT_STRING_H_ | 1 | #ifndef _PPC_BOOT_STRING_H_ |
2 | #define _PPC_BOOT_STRING_H_ | 2 | #define _PPC_BOOT_STRING_H_ |
3 | #include <stddef.h> | ||
3 | 4 | ||
4 | extern char *strcpy(char *dest, const char *src); | 5 | extern char *strcpy(char *dest, const char *src); |
5 | extern char *strncpy(char *dest, const char *src, size_t n); | 6 | extern char *strncpy(char *dest, const char *src, size_t n); |