From 03fe884fbcc47ce835d1ef96f443fc4347057c60 Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Wed, 9 Mar 2016 13:38:56 +0000 Subject: [PATCH] include stdlib.h for malloc/free git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@39496 72102866-910b-0410-8b05-ffd578937521 --- TestFramework/Testing.h | 1 + 1 file changed, 1 insertion(+) diff --git a/TestFramework/Testing.h b/TestFramework/Testing.h index 339eaa7ff..b886353e9 100644 --- a/TestFramework/Testing.h +++ b/TestFramework/Testing.h @@ -21,6 +21,7 @@ #define Testing_h #include +#include #include #import