Author: rfm
Date: Wed Mar  9 14:58:47 2016
New Revision: 39498

URL: http://svn.gna.org/viewcvs/gnustep?rev=39498&view=rev
Log:
include string.h

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=39498&r1=39497&r2=39498&view=diff
==============================================================================
--- tools/make/trunk/TestFramework/Testing.h    (original)
+++ tools/make/trunk/TestFramework/Testing.h    Wed Mar  9 14:58:47 2016
@@ -23,6 +23,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
+#include <string.h>
 
 #import <Foundation/NSAutoreleasePool.h>
 #import <Foundation/NSDate.h>


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

Reply via email to