1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/biology/p5-AcePerl/files/patch-ab
Neil Blakey-Milner 167641b4f4 Add p5-AcePerl, a perl interface to the ACEDB genome database system
PR:		ports/20223
Submitted by:	Johann Visagie <johann@egenetics.com>
2000-07-28 13:16:10 +00:00

12 lines
382 B
Plaintext

--- 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 **************/