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 ++++ 1 file changed, 4 insertions(+) (limited to 'scratcher~') 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 -- cgit v1.2.1