Update of /cvsroot/pure-data/externals/unauthorized/blinkenlights In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31401/blinkenlights
Modified Files: blinkenlights.c Log Message: updated to build on a plain MacOSX setup
Index: blinkenlights.c =================================================================== RCS file: /cvsroot/pure-data/externals/unauthorized/blinkenlights/blinkenlights.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** blinkenlights.c 30 May 2004 05:19:58 -0000 1.4 --- blinkenlights.c 19 Apr 2005 00:17:25 -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