diff options
Diffstat (limited to 'games-action/shootingstar/files/shootingstar-1.2.0-gcc44.patch')
-rw-r--r-- | games-action/shootingstar/files/shootingstar-1.2.0-gcc44.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games-action/shootingstar/files/shootingstar-1.2.0-gcc44.patch b/games-action/shootingstar/files/shootingstar-1.2.0-gcc44.patch new file mode 100644 index 000000000000..179cf09ebda3 --- /dev/null +++ b/games-action/shootingstar/files/shootingstar-1.2.0-gcc44.patch @@ -0,0 +1,10 @@ +--- src/engine/dbg.cpp.old 2009-06-03 15:15:46.000000000 +0200 ++++ src/engine/dbg.cpp 2009-06-03 16:09:19.000000000 +0200 +@@ -28,6 +28,7 @@ + #include <vector> + #include <map> + #include <algorithm> ++#include <cstdio> + + /********************************************************************** + * Implementation notes |