From bbaa3499a8032234fb44af5b951e8e73d10c57e2 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 9 Nov 2015 10:41:26 +0000 Subject: community/minetest: move from main --- .../minetest/fix-header-include-namespace.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 community/minetest/fix-header-include-namespace.patch (limited to 'community/minetest/fix-header-include-namespace.patch') diff --git a/community/minetest/fix-header-include-namespace.patch b/community/minetest/fix-header-include-namespace.patch new file mode 100644 index 0000000000..d2f1cac76c --- /dev/null +++ b/community/minetest/fix-header-include-namespace.patch @@ -0,0 +1,22 @@ +diff --git a/src/porting.h b/src/porting.h +index 492c9d3..39499ef 100644 +--- a/src/porting.h ++++ b/src/porting.h +@@ -59,6 +59,8 @@ with this program; if not, write to the Free Software Foundation, Inc., + #else + #include + #include //for uintptr_t ++ #include ++ #include + + #if (defined(linux) || defined(__linux) || defined(__GNU__)) && !defined(_GNU_SOURCE) + #define _GNU_SOURCE +@@ -190,8 +192,6 @@ void initIrrlicht(irr::IrrlichtDevice * ); + } + + #else // Posix +-#include +-#include + #if defined(__MACH__) && defined(__APPLE__) + #include + #include -- cgit v1.2.3