From 526f3d4a76195fe3d94cb7c77e0c40950a1f940d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 22 Oct 2004 02:27:47 +0000 Subject: #ifndef'ed malloc.h for MacOS X since the include breaks compilation there svn path=/trunk/externals/pdogg/; revision=2138 --- oggwrite~/oggwrite~.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/oggwrite~/oggwrite~.c b/oggwrite~/oggwrite~.c index 5654963..0fbbf5c 100644 --- a/oggwrite~/oggwrite~.c +++ b/oggwrite~/oggwrite~.c @@ -39,7 +39,9 @@ #include #include #include +#ifndef __APPLE__ #include +#endif #include #include #ifdef UNIX -- cgit v1.2.1