]> git.pld-linux.org Git - packages/xmoto.git/blame - xmoto-build.patch
- fix sed syntax
[packages/xmoto.git] / xmoto-build.patch
CommitLineData
7c745c0c
AM
1--- xmoto-0.5.1/src/XMArgs.cpp~ 2008-12-10 19:35:48.000000000 +0100
2+++ xmoto-0.5.1/src/XMArgs.cpp 2009-07-14 21:08:17.806552263 +0200
3@@ -23,6 +23,7 @@
4 #include "XMBuild.h"
5 #include "VFileIO.h"
6 #include <sstream>
7+#include <cstdio>
8 #include <stdlib.h>
9
10 XMArguments::XMArguments() {
11--- xmoto-0.5.1/src/helpers/Text.cpp~ 2008-11-23 10:30:43.000000000 +0100
12+++ xmoto-0.5.1/src/helpers/Text.cpp 2009-07-14 21:09:55.090099878 +0200
13@@ -18,6 +18,8 @@
14 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
15 =============================================================================*/
16
17+#include <cstdio>
18+
19 #include "Text.h"
20
21 std::string txtToLower(const std::string& i_str) {
22--- xmoto-0.5.1/src/helpers/Log.cpp~ 2008-12-10 19:35:47.000000000 +0100
23+++ xmoto-0.5.1/src/helpers/Log.cpp 2009-07-14 21:11:27.930320093 +0200
24@@ -23,6 +23,7 @@
25 #include "../VFileIO.h"
26 #include "assert.h"
27 #include <stdarg.h>
28+#include <cstdio>
29
30 bool Logger::m_isInitialized = false;
31 bool Logger::m_activ = true;
This page took 0.037423 seconds and 4 git commands to generate.