summarylogtreecommitdiffstats
path: root/alephone-r5011-use-mkstemp.diff
diff options
context:
space:
mode:
Diffstat (limited to 'alephone-r5011-use-mkstemp.diff')
-rw-r--r--alephone-r5011-use-mkstemp.diff14
1 files changed, 14 insertions, 0 deletions
diff --git a/alephone-r5011-use-mkstemp.diff b/alephone-r5011-use-mkstemp.diff
new file mode 100644
index 000000000000..c627dd4a825a
--- /dev/null
+++ b/alephone-r5011-use-mkstemp.diff
@@ -0,0 +1,14 @@
+Index: Source_Files/Lua/luaconf.h
+===================================================================
+--- Source_Files/Lua/luaconf.h (Revision 5010)
++++ Source_Files/Lua/luaconf.h (Revision 5011)
+@@ -11,6 +11,9 @@
+ #include <limits.h>
+ #include <stddef.h>
+
++#ifdef HAVE_CONFIG_H
++#include "config.h"
++#endif
+
+ /*
+ ** ==================================================================