Update of /cvsroot/pure-data/externals/unauthorized/sonogram~ In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5320/sonogram~
Modified Files: sonogram~.c Log Message: put #ifdef __APPLE__ back in so things compile on Mac OS X
Index: sonogram~.c =================================================================== RCS file: /cvsroot/pure-data/externals/unauthorized/sonogram~/sonogram~.c,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** sonogram~.c 26 Jul 2006 16:57:46 -0000 1.13 --- sonogram~.c 1 Aug 2006 00:27:57 -0000 1.14 *************** *** 38,42 **** --- 38,46 ---- #include <fcntl.h> #include <sys/stat.h> + #ifdef __APPLE__ + #include <sys/malloc.h> + #else #include <malloc.h> + #endif #include <ctype.h> #include <pthread.h>