Browse Source

need string.h for memset()

Mike Frysinger 18 years ago
parent
commit
12fc619bb7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libc/sysdeps/linux/common/xstatconv.c

+ 1 - 0
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)