gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/testsuite/libamf.all test_string.cpp


From: Rob Savoye
Subject: [Gnash-commit] gnash/testsuite/libamf.all test_string.cpp
Date: Tue, 15 May 2007 17:21:05 +0000

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>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]