summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/xstatconv.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-01-28 08:20:00 +0000
committerMike Frysinger <vapier@gentoo.org>2007-01-28 08:20:00 +0000
commit12fc619bb75be188d610c4ac86a42ac20492d207 (patch)
tree09dd7300da0b53da734fcf4e66add70686212f2c /libc/sysdeps/linux/common/xstatconv.c
parentfe8959ea173fd36802078e284a8d6bfbc3521e78 (diff)
need string.h for memset()
Diffstat (limited to 'libc/sysdeps/linux/common/xstatconv.c')
-rw-r--r--libc/sysdeps/linux/common/xstatconv.c1
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)