From 8443ff69f50b46bcc84661a13bf6cda7faf52233 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Tue, 2 Sep 2014 21:05:14 +0200 Subject: [PATCH] fix memfill to have malloc --- src/common/memfill.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/memfill.c b/src/common/memfill.c index ee47e1a..c53bfea 100644 --- a/src/common/memfill.c +++ b/src/common/memfill.c @@ -1,3 +1,4 @@ +#include #include #include #include -- 2.20.1