From 46f33c4731212b8c1f0488827c142946a0c145f1 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Mar 31 2014 12:34:09 +0000 Subject: 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"