about summary refs log tree commit diff
path: root/pkgs/games/minetest/fix_wordsize_confusion.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/minetest/fix_wordsize_confusion.patch')
-rw-r--r--pkgs/games/minetest/fix_wordsize_confusion.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/games/minetest/fix_wordsize_confusion.patch b/pkgs/games/minetest/fix_wordsize_confusion.patch
new file mode 100644
index 000000000000..9540a434dafe
--- /dev/null
+++ b/pkgs/games/minetest/fix_wordsize_confusion.patch
@@ -0,0 +1,10 @@
+--- a/src/main.cpp
++++ b/src/main.cpp
+@@ -17,6 +17,7 @@
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+ 
++#include <cstdint>
+ #include "irrlicht.h" // createDevice
+ #include "irrlichttypes_extrabloated.h"
+ #include "chat_interface.h"