diff options
Diffstat (limited to 'games/chapping/files/patch-game-soccergame.cpp')
-rw-r--r-- | games/chapping/files/patch-game-soccergame.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/chapping/files/patch-game-soccergame.cpp b/games/chapping/files/patch-game-soccergame.cpp index d21d5a48d694..4e4fed1b7ffb 100644 --- a/games/chapping/files/patch-game-soccergame.cpp +++ b/games/chapping/files/patch-game-soccergame.cpp @@ -1,5 +1,5 @@ ---- game/soccergame.cpp.orig 2013-09-13 20:44:15.075226353 +0400 -+++ game/soccergame.cpp 2013-09-13 20:45:02.462227890 +0400 +--- game/soccergame.cpp.orig 2008-05-06 17:38:43 UTC ++++ game/soccergame.cpp @@ -1,3 +1,5 @@ +#include <unistd.h> // for chdir + |