Sfoglia il codice sorgente

need string.h for memset()

Mike Frysinger 18 anni fa
parent
commit
12fc619bb7
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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)