cc886d924f
PR: ports/20424 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> (Ports Fury!)
12 lines
288 B
Plaintext
12 lines
288 B
Plaintext
--- my_malloc.c.orig Wed Apr 26 05:12:54 2000
|
|
+++ my_malloc.c Sat Aug 5 04:07:53 2000
|
|
@@ -32,7 +32,7 @@
|
|
// Thanks to Geoff Lawler.
|
|
*/
|
|
|
|
-#if defined(apollo) || defined(__CYGWIN32__)
|
|
+#if defined(apollo) || defined(__CYGWIN32__) || defined(__STDC__)
|
|
#else
|
|
#include <malloc.h>
|
|
#endif
|