Update of /cvsroot/pure-data/externals/unauthorized/randomblock~ In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31401/randomblock~
Modified Files: randomblock~.c Log Message: updated to build on a plain MacOSX setup
Index: randomblock~.c =================================================================== RCS file: /cvsroot/pure-data/externals/unauthorized/randomblock~/randomblock~.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** randomblock~.c 30 May 2004 05:20:00 -0000 1.4 --- randomblock~.c 19 Apr 2005 00:17:35 -0000 1.5 *************** *** 33,37 **** #include <fcntl.h> #include <sys/stat.h> ! #ifndef MACOSX #include <malloc.h> #endif --- 33,37 ---- #include <fcntl.h> #include <sys/stat.h> ! #ifndef __APPLE__ #include <malloc.h> #endif