diff options
Diffstat (limited to 'games/atanks/files/patch-src_files.cpp')
-rw-r--r-- | games/atanks/files/patch-src_files.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/atanks/files/patch-src_files.cpp b/games/atanks/files/patch-src_files.cpp new file mode 100644 index 000000000000..df3c6f333a5c --- /dev/null +++ b/games/atanks/files/patch-src_files.cpp @@ -0,0 +1,13 @@ +--- ./src/files.cpp.orig 2010-08-14 12:32:25.605447928 +0200 ++++ ./src/files.cpp 2010-08-14 12:32:44.893731770 +0200 +@@ -2,10 +2,7 @@ + #include <stdlib.h> + #include <string.h> + #include <dirent.h> +- +-#ifdef MACOSX + #include <sys/stat.h> +-#endif + + #include "player.h" + #include "files.h" |