Update of /cvsroot/pure-data/externals/unauthorized/scratcher~
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5320/scratcher~
Modified Files:
scratcher~.c
Log Message:
put #ifdef __APPLE__ back in so things compile on Mac OS X
Index: scratcher~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/unauthorized/scratcher~/scratcher~.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** scratcher~.c 26 Jul 2006 16:55:55 -0000 1.12
--- scratcher~.c 1 Aug 2006 00:27:57 -0000 1.13
***************
*** 38,42 ****
--- 38,46 ----
#include <fcntl.h>
#include <sys/stat.h>
+ #ifdef __APPLE__
+ #include <sys/malloc.h>
+ #else
#include <malloc.h>
+ #endif
#include <ctype.h>
#include <pthread.h>