Selaa lähdekoodia

need string.h for memset()

Mike Frysinger 19 vuotta sitten
vanhempi
commit
12fc619bb7
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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)