Explorar o código

need to include string.h for some mem funcs

Mike Frysinger %!s(int64=20) %!d(string=hai) anos
pai
achega
acb9062515
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      test/malloc/malloc.c

+ 1 - 0
test/malloc/malloc.c

@@ -1,6 +1,7 @@
 
 #include <unistd.h>
 #include <stdlib.h>
+#include <string.h>
 #include <stdio.h>
 
 #define N_PTRS 1000