aboutsummaryrefslogtreecommitdiffstats
path: root/biology/p5-AcePerl/files/patch-acelib_memsubs.c
blob: adb2d1ef6dc43e063cd071f3b6f937f8d957111d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- acelib/memsubs.c.orig	2002-11-24 19:24:23 UTC
+++ acelib/memsubs.c
@@ -21,7 +21,7 @@
 #if defined(NEXT) || defined(HP) || defined(MACINTOSH) 
 extern void* malloc(mysize_t size) ;
 #elif !defined(WIN32) && !defined(DARWIN)
-#include <malloc.h>   /* normal machines  */
+#include <stdlib.h>   /* normal machines  */
 #endif
 
 /********** primary type definition **************/