slackbuilds_ponce/games/meandmyshadow/gcc-4.7.patch
Larry Hajali 7db66fdb9b games/meandmyshadow: Patched for gcc-4.7.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
2012-08-14 22:30:33 -05:00

14 lines
517 B
Diff

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>