From f4984afeb3aa765949e3ff5a24b59a19dfa665c1 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Mon, 9 May 2016 02:28:45 -0300 Subject: openttd: add missing patch --- libre/openttd/openttd-1.5.3-gcc6.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libre/openttd/openttd-1.5.3-gcc6.patch (limited to 'libre') diff --git a/libre/openttd/openttd-1.5.3-gcc6.patch b/libre/openttd/openttd-1.5.3-gcc6.patch new file mode 100644 index 000000000..65d9991d6 --- /dev/null +++ b/libre/openttd/openttd-1.5.3-gcc6.patch @@ -0,0 +1,11 @@ +--- openttd-1.5.3/src/safeguards.h.orig 2016-02-02 16:21:10.378533175 +0000 ++++ openttd-1.5.3/src/safeguards.h 2016-02-02 16:21:15.269555568 +0000 +@@ -21,6 +21,8 @@ + #ifndef SAFEGUARDS_H + #define SAFEGUARDS_H + ++#include ++ + /* Use MallocT instead. */ + #define malloc SAFEGUARD_DO_NOT_USE_THIS_METHOD + -- cgit v1.2.3-54-g00ecf