diff options
Diffstat (limited to 'biology/p5-AcePerl/files/patch-ab')
-rw-r--r-- | biology/p5-AcePerl/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/biology/p5-AcePerl/files/patch-ab b/biology/p5-AcePerl/files/patch-ab new file mode 100644 index 000000000000..2ad84954665b --- /dev/null +++ b/biology/p5-AcePerl/files/patch-ab @@ -0,0 +1,11 @@ +--- ace/memsubs.c.orig Mon Jan 11 02:01:29 1999 ++++ ace/memsubs.c Thu Jul 27 17:18:45 2000 +@@ -21,7 +21,7 @@ + #if defined(NEXT) || defined(HP) || defined(MACINTOSH) + extern void* malloc(mysize_t size) ; + #elif !defined(WIN32) +-#include <malloc.h> /* normal machines */ ++#include <stdlib.h> /* normal machines */ + #endif + + /********** primary type definition **************/ |