]> git.pld-linux.org Git - packages/ggz-server.git/blame - ggz-server-gcc47.patch
- rel 6
[packages/ggz-server.git] / ggz-server-gcc47.patch
CommitLineData
05eb8bf2
JR
1--- ggz-server-0.0.14.1/game_servers/muehle/qtserv/qlist.h~ 2008-01-05 20:02:54.000000000 +0100
2+++ ggz-server-0.0.14.1/game_servers/muehle/qtserv/qlist.h 2012-11-18 21:30:23.122343215 +0100
3@@ -2,6 +2,7 @@
4 #define QLIST_H
5
6 #include <list>
7+#include <cstdlib>
8
9 template<class T> class QList : public std::list<T>
10 {
11--- ggz-server-0.0.14.1/game_servers/muehle/main.cpp~ 2008-01-05 20:02:55.000000000 +0100
12+++ ggz-server-0.0.14.1/game_servers/muehle/main.cpp 2012-11-18 21:30:55.195675418 +0100
13@@ -22,6 +22,7 @@
14 #include <iostream>
15 #include <getopt.h>
16 #include <cstdlib>
17+#include <cstdio>
18
19 // Version information
20 #define MUEHLE_VERSION "0.1"
21--- ggz-server-0.0.14.1/game_servers/geekgame/main.cpp~ 2008-01-05 20:03:01.000000000 +0100
22+++ ggz-server-0.0.14.1/game_servers/geekgame/main.cpp 2012-11-18 21:31:18.402341265 +0100
23@@ -22,6 +22,7 @@
24 #include <iostream>
25 #include <getopt.h>
26 #include <cstdlib>
27+#include <cstdio>
28 #include <ctime>
29
30 // Version information
31--- ggz-server-0.0.14.1/game_servers/widelands/main.cpp~ 2008-01-05 20:03:02.000000000 +0100
32+++ ggz-server-0.0.14.1/game_servers/widelands/main.cpp 2012-11-18 21:31:43.242340389 +0100
33@@ -22,6 +22,7 @@
34 #include <iostream>
35 #include <getopt.h>
36 #include <cstdlib>
37+#include <cstdio>
38 #include <ctime>
39
40 // Version information
This page took 0.073915 seconds and 4 git commands to generate.