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