summaryrefslogtreecommitdiff
path: root/graphics/xmorph/files/patch-ab
blob: 12e95d0ab143fc5f72094d3e8712dd27d18e6853 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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