From 46f33c4731212b8c1f0488827c142946a0c145f1 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Mon, 31 Mar 2014 14:34:09 +0200 Subject: [PATCH] fix malloc-brk-fail (missing include) --- src/regression/malloc-brk-fail.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.20.1