summaryrefslogtreecommitdiff
path: root/devel/hs-hat/files/patch-include::localmalloc.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devel/hs-hat/files/patch-include::localmalloc.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/hs-hat/files/patch-include::localmalloc.h b/devel/hs-hat/files/patch-include::localmalloc.h
new file mode 100644
index 000000000000..67a3ad4abe3e
--- /dev/null
+++ b/devel/hs-hat/files/patch-include::localmalloc.h
@@ -0,0 +1,9 @@
+--- include/localmalloc.h.orig Sun Mar 17 21:18:36 2002
++++ include/localmalloc.h Sun Mar 17 21:18:55 2002
+@@ -1,5 +1,5 @@
+ #if defined(__APPLE__)
+ #include <sys/malloc.h>
+ #else
+-#include <malloc.h>
++#include <stdlib.h>
+ #endif