From: Szabolcs Nagy Date: Tue, 2 Sep 2014 19:05:14 +0000 (+0200) Subject: fix memfill to have malloc X-Git-Url: http://nsz.repo.hu/git/?p=libc-test;a=commitdiff_plain;h=8443ff69f50b46bcc84661a13bf6cda7faf52233 fix memfill to have malloc --- 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