From: Szabolcs Nagy Date: Mon, 31 Mar 2014 12:34:09 +0000 (+0200) Subject: fix malloc-brk-fail (missing include) X-Git-Url: http://nsz.repo.hu/git/?p=libc-test;a=commitdiff_plain;h=46f33c4731212b8c1f0488827c142946a0c145f1 fix malloc-brk-fail (missing include) --- diff --git a/src/regression/malloc-brk-fail.c b/src/regression/malloc-brk-fail.c index 13908d8..c89cee0 100644 --- a/src/regression/malloc-brk-fail.c +++ b/src/regression/malloc-brk-fail.c @@ -2,6 +2,7 @@ #include #include #include +#include #include #include "test.h"