8443ff fix memfill to have malloc

Authored and Committed by Szabolcs Nagy 10 years ago
    fix memfill to have malloc
    
        
file modified
+1 -0
src/common/memfill.c CHANGED
@@ -1,3 +1,4 @@
1
+ #include <stdlib.h>
1
2
#include <string.h>
2
3
#include <errno.h>
3
4
#include <sys/resource.h>