diff options
Diffstat (limited to 'games/openlierox/files/patch-libs-hawknl-src-nlinternal.h')
-rw-r--r-- | games/openlierox/files/patch-libs-hawknl-src-nlinternal.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/openlierox/files/patch-libs-hawknl-src-nlinternal.h b/games/openlierox/files/patch-libs-hawknl-src-nlinternal.h new file mode 100644 index 000000000000..2503905b275e --- /dev/null +++ b/games/openlierox/files/patch-libs-hawknl-src-nlinternal.h @@ -0,0 +1,11 @@ +--- libs/hawknl/src/nlinternal.h.orig 2008-08-31 03:59:14.000000000 +0400 ++++ libs/hawknl/src/nlinternal.h 2008-10-13 00:15:18.000000000 +0400 +@@ -28,7 +28,7 @@ + /* for malloc and free */
+ #include <stdlib.h>
+ #ifndef MACOSX
+-#include <malloc.h>
++#include <stdlib.h>
+ #endif
+
+ /* Windows CE does not have time.h functions */
|