diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/common/xstatconv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/xstatconv.c b/libc/sysdeps/linux/common/xstatconv.c index c4dc98527..792bc090a 100644 --- a/libc/sysdeps/linux/common/xstatconv.c +++ b/libc/sysdeps/linux/common/xstatconv.c @@ -22,6 +22,7 @@ #include <sys/syscall.h> #include <sys/stat.h> +#include <string.h> #include "xstatconv.h" libc_hidden_proto(memset) |