From 20232c47daec8026de90d8afb58d838750a96d18 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 1 Aug 2006 00:27:57 +0000 Subject: put #ifdef __APPLE__ back in so things compile on Mac OS X svn path=/trunk/externals/unauthorized/; revision=5444 --- scratcher~/scratcher~.c | 4 ++++ sonogram~/sonogram~.c | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/scratcher~/scratcher~.c b/scratcher~/scratcher~.c index d5a950e..32e8e46 100644 --- a/scratcher~/scratcher~.c +++ b/scratcher~/scratcher~.c @@ -37,7 +37,11 @@ #include #include #include +#ifdef __APPLE__ +#include +#else #include +#endif #include #include #include diff --git a/sonogram~/sonogram~.c b/sonogram~/sonogram~.c index b43405a..e6c3887 100644 --- a/sonogram~/sonogram~.c +++ b/sonogram~/sonogram~.c @@ -37,7 +37,11 @@ #include #include #include +#ifdef __APPLE__ +#include +#else #include +#endif #include #include #ifdef UNIX -- cgit v1.2.1