aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-hat/files/patch-include::localmalloc.h
blob: 67a3ad4abe3ef03bab3e390406be3b6792b4d636 (plain) (blame)
1
2
3
4
5
6
7
8
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