From 04a2f994c099d12f32ab61e7cee41b5c6089cdee Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 19 Apr 2005 00:17:37 +0000 Subject: updated to build on a plain MacOSX setup svn path=/trunk/externals/unauthorized/; revision=2783 --- sonogram~/sonogram~-joge.c | 2 +- sonogram~/sonogram~-yves.c | 2 +- sonogram~/sonogram~.c | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) (limited to 'sonogram~') diff --git a/sonogram~/sonogram~-joge.c b/sonogram~/sonogram~-joge.c index dc6e6b6..4216c4d 100644 --- a/sonogram~/sonogram~-joge.c +++ b/sonogram~/sonogram~-joge.c @@ -37,7 +37,7 @@ #include #include #include -#ifndef MACOSX +#ifndef __APPLE__ #include #endif #include diff --git a/sonogram~/sonogram~-yves.c b/sonogram~/sonogram~-yves.c index df957b1..59cbeed 100644 --- a/sonogram~/sonogram~-yves.c +++ b/sonogram~/sonogram~-yves.c @@ -37,7 +37,7 @@ #include #include #include -#ifndef MACOSX +#ifndef __APPLE__ #include #endif #include diff --git a/sonogram~/sonogram~.c b/sonogram~/sonogram~.c index ff70ae1..fedf88c 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