Update of /cvsroot/pure-data/externals/unauthorized/samplebox~ In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31401/samplebox~
Modified Files: samplebox~.c Log Message: updated to build on a plain MacOSX setup
Index: samplebox~.c =================================================================== RCS file: /cvsroot/pure-data/externals/unauthorized/samplebox~/samplebox~.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** samplebox~.c 25 Sep 2003 20:58:54 -0000 1.3 --- samplebox~.c 19 Apr 2005 00:17:36 -0000 1.4 *************** *** 37,41 **** #include <fcntl.h> #include <sys/stat.h> ! #ifndef MACOSX #include <malloc.h> #endif --- 37,41 ---- #include <fcntl.h> #include <sys/stat.h> ! #ifndef __APPLE__ #include <malloc.h> #endif