--- 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 #endif