Update of /cvsroot/pure-data/externals/unauthorized/scratcher~ In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31401/scratcher~
Modified Files: scratcher~.c Log Message: updated to build on a plain MacOSX setup
Index: scratcher~.c =================================================================== RCS file: /cvsroot/pure-data/externals/unauthorized/scratcher~/scratcher~.c,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** scratcher~.c 2 Mar 2005 02:48:23 -0000 1.9 --- scratcher~.c 19 Apr 2005 00:17:36 -0000 1.10 *************** *** 38,42 **** --- 38,48 ---- #include <fcntl.h> #include <sys/stat.h> + + #ifdef __APPLE__ + #include <sys/malloc.h> + #else #include <malloc.h> + #endif + #include <ctype.h> #include <pthread.h>