From 4c34104a8fb52d339b9f43f9b851e65698998408 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 14 Aug 2004 02:30:50 +0000 Subject: added #ifdef __APPLE__ around malloc.h to make compile on MacOS X svn path=/trunk/externals/unauthorized/; revision=1953 --- sonogram~/sonogram~.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sonogram~') diff --git a/sonogram~/sonogram~.c b/sonogram~/sonogram~.c index 7a41da7..24a38a9 100644 --- a/sonogram~/sonogram~.c +++ b/sonogram~/sonogram~.c @@ -37,7 +37,13 @@ #include #include #include + +#ifdef __APPLE__ +#include +#else #include +#endif + #include #include #ifdef UNIX -- cgit v1.2.1