[PD-cvs] externals/tb/sndfiler/src sndfiler.c,1.7,1.8

Thomas Grill xovo at users.sourceforge.net
Fri Jan 20 08:39:15 CET 2006


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





More information about the Pd-cvs mailing list