Update of /cvsroot/pure-data/externals/tb/sndfiler/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21685/src
Modified Files: sndfiler.c Log Message: Included more Mach headers for function prototypes
Index: sndfiler.c =================================================================== RCS file: /cvsroot/pure-data/externals/tb/sndfiler/src/sndfiler.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** sndfiler.c 19 Jan 2006 22:21:01 -0000 1.7 --- sndfiler.c 20 Jan 2006 07:39:13 -0000 1.8 *************** *** 71,74 **** --- 71,76 ----
#ifdef __APPLE__ + #include <mach/mach.h> + #include <mach/task.h> #include <mach/semaphore.h> #define SEM_T semaphore_t