fix memfill to have malloc
[libc-test] / src / common / memfill.c
index ee47e1a..c53bfea 100644 (file)
@@ -1,3 +1,4 @@
+#include <stdlib.h>
 #include <string.h>
 #include <errno.h>
 #include <sys/resource.h>
 #include <string.h>
 #include <errno.h>
 #include <sys/resource.h>