CVSROOT: /sources/gnash
Module name: gnash
Changes by: Rob Savoye <rsavoye> 07/05/15 17:21:05
Modified files:
testsuite/libamf.all: test_string.cpp
Log message:
Include cstdlib so exit() gets defined.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/libamf.all/test_string.cpp?cvsroot=gnash&r1=1.5&r2=1.6
Patches:
Index: test_string.cpp
===================================================================
RCS file: /sources/gnash/gnash/testsuite/libamf.all/test_string.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- test_string.cpp 19 Apr 2007 17:03:41 -0000 1.5
+++ test_string.cpp 15 May 2007 17:21:05 -0000 1.6
@@ -20,6 +20,7 @@
#ifdef HAVE_DEJAGNU_H
+#include <cstdlib>
#include <sys/types.h>
#include <unistd.h>
#include <sys/stat.h>
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit