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