diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-01-28 08:20:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-01-28 08:20:00 +0000 |
commit | 12fc619bb75be188d610c4ac86a42ac20492d207 (patch) | |
tree | 09dd7300da0b53da734fcf4e66add70686212f2c /libc/sysdeps/linux/common | |
parent | fe8959ea173fd36802078e284a8d6bfbc3521e78 (diff) |
need string.h for memset()
Diffstat (limited to 'libc/sysdeps/linux/common')
-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) |