diff options
Diffstat (limited to 'games/freesynd/files/patch-dumpmaps.cpp')
-rw-r--r-- | games/freesynd/files/patch-dumpmaps.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/freesynd/files/patch-dumpmaps.cpp b/games/freesynd/files/patch-dumpmaps.cpp new file mode 100644 index 000000000000..b3c9335d31df --- /dev/null +++ b/games/freesynd/files/patch-dumpmaps.cpp @@ -0,0 +1,10 @@ +--- dumpmaps.cpp.orig 2013-09-28 17:26:05.102862359 +0200 ++++ dumpmaps.cpp 2013-09-28 17:26:14.860038673 +0200 +@@ -5,6 +5,7 @@ + #include <png.h> + #include <sys/stat.h> + #include <sys/types.h> ++#include <stdlib.h> + + class App : public Singleton < App > { + public: |