diff options
Diffstat (limited to 'games/widelands/widelands-gcc47.patch')
-rw-r--r-- | games/widelands/widelands-gcc47.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/widelands/widelands-gcc47.patch b/games/widelands/widelands-gcc47.patch new file mode 100644 index 000000000000..9ea19c3571db --- /dev/null +++ b/games/widelands/widelands-gcc47.patch @@ -0,0 +1,12 @@ +=== modified file 'src/main.cc' +--- src/main.cc 2012-02-15 21:25:34 +0000 ++++ src/main.cc 2012-05-02 07:43:01 +0000 +@@ -28,6 +28,7 @@ + #include <iostream> + #include <stdexcept> + #include <typeinfo> ++#include <unistd.h> + + #include <SDL_main.h> + + |