Explorar o código

need string.h for memset()

Mike Frysinger %!s(int64=17) %!d(string=hai) anos
pai
achega
12fc619bb7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)