mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
167641b4f4
PR: ports/20223 Submitted by: Johann Visagie <johann@egenetics.com>
12 lines
382 B
Plaintext
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 **************/
|