fix memfill to have malloc
authorSzabolcs Nagy <nsz@port70.net>
Tue, 2 Sep 2014 19:05:14 +0000 (21:05 +0200)
committerSzabolcs Nagy <nsz@port70.net>
Tue, 2 Sep 2014 19:05:14 +0000 (21:05 +0200)
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>