diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-08-01 00:27:57 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-08-01 00:27:57 +0000 |
commit | 20232c47daec8026de90d8afb58d838750a96d18 (patch) | |
tree | fa62070127f1296273dc617f72bfab3ed0a460b7 /sonogram~ | |
parent | 2005cba607270a0e176d739361cb6327fab061f7 (diff) |
put #ifdef __APPLE__ back in so things compile on Mac OS X
svn path=/trunk/externals/unauthorized/; revision=5444
Diffstat (limited to 'sonogram~')
-rw-r--r-- | sonogram~/sonogram~.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 <stdlib.h> #include <fcntl.h> #include <sys/stat.h> +#ifdef __APPLE__ +#include <sys/malloc.h> +#else #include <malloc.h> +#endif #include <ctype.h> #include <pthread.h> #ifdef UNIX |