summarylogtreecommitdiffstats
path: root/fix-compile-error.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix-compile-error.patch')
-rw-r--r--fix-compile-error.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/fix-compile-error.patch b/fix-compile-error.patch
new file mode 100644
index 000000000000..a0abdb68d947
--- /dev/null
+++ b/fix-compile-error.patch
@@ -0,0 +1,10 @@
+--- src/Global.h 2016-11-15 13:36:06.179558741 +0100
++++ src/Global.h 2016-11-15 13:36:36.495575590 +0100
+@@ -13,6 +13,7 @@
+ //C++'s
+
+ #include <stdlib.h>
++#include <limits.h>
+ //#include <stdio.h>
+
+ //#ifndef __unix__