Author: rfm
Date: Wed Mar  9 14:38:56 2016
New Revision: 39496

URL: http://svn.gna.org/viewcvs/gnustep?rev=39496&view=rev
Log:
include stdlib.h for malloc/free

Modified:
    tools/make/trunk/TestFramework/Testing.h

Modified: tools/make/trunk/TestFramework/Testing.h
URL: 
http://svn.gna.org/viewcvs/gnustep/tools/make/trunk/TestFramework/Testing.h?rev=39496&r1=39495&r2=39496&view=diff
==============================================================================
--- tools/make/trunk/TestFramework/Testing.h    (original)
+++ tools/make/trunk/TestFramework/Testing.h    Wed Mar  9 14:38:56 2016
@@ -21,6 +21,7 @@
 #define Testing_h
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <stdarg.h>
 
 #import <Foundation/NSAutoreleasePool.h>


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to