summaryrefslogtreecommitdiffstats
path: root/games/glestae/gcc-4.7.patch
blob: 76501373401cca0febb672a6e8fff7525b0b1aea (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -Naur glestae-src-0.3.93.orig/source/shared_lib/sources/physfs/MemFileOps.cpp glestae-src-0.3.93/source/shared_lib/sources/physfs/MemFileOps.cpp
--- glestae-src-0.3.93.orig/source/shared_lib/sources/physfs/MemFileOps.cpp	2011-10-05 17:48:30.000000000 +0000
+++ glestae-src-0.3.93/source/shared_lib/sources/physfs/MemFileOps.cpp	2012-07-04 03:02:22.835956987 +0000
@@ -16,6 +16,7 @@
 #include <stdexcept>
 #include "leak_dumper.h"
 #include <string.h>
+#include <stdio.h> // for SEEK_SET, SEEK_...
 
 namespace Shared { namespace PhysFS {