diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2012-08-01 08:34:54 -0300 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-14 22:30:33 -0500 |
commit | 7db66fdb9bc2b339a63ef3f847d744bcbc7582af (patch) | |
tree | 95d04ee0783e0282f9ea8ebabef51370e8db7960 /games/meandmyshadow/gcc-4.7.patch | |
parent | c8bf3c668c3bf7b13f012ca9ad214b7f8fde5c13 (diff) | |
download | slackbuilds-7db66fdb9bc2b339a63ef3f847d744bcbc7582af.tar.gz |
games/meandmyshadow: Patched for gcc-4.7.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'games/meandmyshadow/gcc-4.7.patch')
-rw-r--r-- | games/meandmyshadow/gcc-4.7.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/meandmyshadow/gcc-4.7.patch b/games/meandmyshadow/gcc-4.7.patch new file mode 100644 index 0000000000..3298a088f0 --- /dev/null +++ b/games/meandmyshadow/gcc-4.7.patch @@ -0,0 +1,14 @@ +diff -Naur meandmyshadow-0.3.orig/src/TreeStorageNode.cpp meandmyshadow-0.3/src/TreeStorageNode.cpp +--- meandmyshadow-0.3.orig/src/TreeStorageNode.cpp 2012-02-07 18:19:03.000000000 +0000 ++++ meandmyshadow-0.3/src/TreeStorageNode.cpp 2012-07-11 02:17:49.188110565 +0000 +@@ -17,6 +17,10 @@ + **
+ ****************************************************************************/
+
++#ifndef WIN32
++#include <stdint.h>
++#include <unistd.h>
++#endif
+ #include "TreeStorageNode.h"
+ #include "MD5.h"
+ #include <string.h>
|