pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] r3072 - trunk/pingus/src


From: grumbel at BerliOS
Subject: [Pingus-CVS] r3072 - trunk/pingus/src
Date: Mon, 3 Sep 2007 22:36:34 +0200

Author: grumbel
Date: 2007-09-03 22:36:34 +0200 (Mon, 03 Sep 2007)
New Revision: 3072

Modified:
   trunk/pingus/src/cheat.cpp
   trunk/pingus/src/system.cpp
Log:
- include fix (for g++-4.3)

Modified: trunk/pingus/src/cheat.cpp
===================================================================
--- trunk/pingus/src/cheat.cpp  2007-09-03 19:58:27 UTC (rev 3071)
+++ trunk/pingus/src/cheat.cpp  2007-09-03 20:36:34 UTC (rev 3072)
@@ -18,6 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <iostream>
+#include <stdlib.h>
 #include "pingus_error.hpp"
 #include "cheat.hpp"
 

Modified: trunk/pingus/src/system.cpp
===================================================================
--- trunk/pingus/src/system.cpp 2007-09-03 19:58:27 UTC (rev 3071)
+++ trunk/pingus/src/system.cpp 2007-09-03 20:36:34 UTC (rev 3072)
@@ -18,6 +18,7 @@
 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <locale.h>
 
 #ifndef WIN32





reply via email to

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