diff options
Diffstat (limited to 'games-emulation/game-launcher/files/0.9.8-gcc3.patch')
-rw-r--r-- | games-emulation/game-launcher/files/0.9.8-gcc3.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-emulation/game-launcher/files/0.9.8-gcc3.patch b/games-emulation/game-launcher/files/0.9.8-gcc3.patch new file mode 100644 index 000000000000..141ac66a822d --- /dev/null +++ b/games-emulation/game-launcher/files/0.9.8-gcc3.patch @@ -0,0 +1,11 @@ +--- ./startup/unix/glaunch.cc.old 2003-01-08 15:38:38.000000000 -0800 ++++ ./startup/unix/glaunch.cc 2003-01-08 15:41:38.000000000 -0800 +@@ -5,6 +5,8 @@ + #include "exit.h" + #include <stdio.h> + ++using namespace std; ++ + static int runProgram(const char * program); + + int main(int argc, char *argv[]) |