public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-puzzle/xlogical/files: xlogical-1.0.7-gcc43.patch
@ 2008-05-04 21:08 Tristan Heaven (nyhm)
  0 siblings, 0 replies; only message in thread
From: Tristan Heaven (nyhm) @ 2008-05-04 21:08 UTC (permalink / raw
  To: gentoo-commits

nyhm        08/05/04 21:08:56

  Added:                xlogical-1.0.7-gcc43.patch
  Log:
  Fix building with gcc-4.3
  (Portage version: 2.1.5_rc6)

Revision  Changes    Path
1.1                  games-puzzle/xlogical/files/xlogical-1.0.7-gcc43.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/xlogical/files/xlogical-1.0.7-gcc43.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/xlogical/files/xlogical-1.0.7-gcc43.patch?rev=1.1&content-type=text/plain

Index: xlogical-1.0.7-gcc43.patch
===================================================================
--- gamelogic.cpp
+++ gamelogic.cpp
@@ -25,6 +25,7 @@
 #include<fstream>
 #include<cstdio>
 #include<cctype>
+#include <cstdlib>
 
 #ifndef WIN32
 #include<unistd.h>
--- levelmap.cpp
+++ levelmap.cpp
@@ -21,6 +21,7 @@
 ////////////////////////////////////////////////////////////////////////
 
 // Language Includes
+#include <cstdlib>
 #include <cstdio>
 #include <cctype>
 #include <cstring>
--- mapedit.cpp
+++ mapedit.cpp
@@ -26,6 +26,8 @@
 #include<cstdio>
 #include<list>
 #include<vector>
+#include <cstdlib>
+#include <cstring>
 
 #ifndef WIN32
 #include<unistd.h>
--- modlist.cpp
+++ modlist.cpp
@@ -22,6 +22,7 @@
 
 #include <iostream>
 #include <fstream>
+#include <cstdlib>
 
 #ifdef WIN32
 #include <afxwin.h>
--- tile_spinner.cpp
+++ tile_spinner.cpp
@@ -24,6 +24,7 @@
 
 
 // Application Includes
+#include <cstdlib>
 #include "audio.h"
 #include "properties.h"
 #include "defs.h"



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-04 21:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-04 21:08 [gentoo-commits] gentoo-x86 commit in games-puzzle/xlogical/files: xlogical-1.0.7-gcc43.patch Tristan Heaven (nyhm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox