diff options
Diffstat (limited to 'games/chapping/files/patch-game-soccergame.cpp')
-rw-r--r-- | games/chapping/files/patch-game-soccergame.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/games/chapping/files/patch-game-soccergame.cpp b/games/chapping/files/patch-game-soccergame.cpp new file mode 100644 index 000000000000..d21d5a48d694 --- /dev/null +++ b/games/chapping/files/patch-game-soccergame.cpp @@ -0,0 +1,8 @@ +--- game/soccergame.cpp.orig 2013-09-13 20:44:15.075226353 +0400 ++++ game/soccergame.cpp 2013-09-13 20:45:02.462227890 +0400 +@@ -1,3 +1,5 @@ ++#include <unistd.h> // for chdir ++ + #include "soccergame.h" + #include "stadium.h" + #include "menuchapping.h" |