diff options
Diffstat (limited to 'games-strategy/boswars/files/boswars-2.5-gcc44.patch')
-rw-r--r-- | games-strategy/boswars/files/boswars-2.5-gcc44.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/games-strategy/boswars/files/boswars-2.5-gcc44.patch b/games-strategy/boswars/files/boswars-2.5-gcc44.patch new file mode 100644 index 000000000000..7d4516883713 --- /dev/null +++ b/games-strategy/boswars/files/boswars-2.5-gcc44.patch @@ -0,0 +1,20 @@ +--- engine/pathfinder/astar.cpp ++++ engine/pathfinder/astar.cpp +@@ -33,6 +33,7 @@ + -- Includes + ----------------------------------------------------------------------------*/ + ++#include <cstdio> + #include "stratagus.h" + #include "pathfinder.h" + +--- engine/stratagus/translate.cpp ++++ engine/stratagus/translate.cpp +@@ -36,6 +36,7 @@ + + #include <map> + #include <string> ++#include <cstdio> + + #include "translate.h" + #include "iolib.h" |