[PD-cvs] externals/unauthorized/cooled~ cooled~.c,1.9,1.10

Hans-Christoph Steiner eighthave at users.sourceforge.net
Tue Apr 19 02:17:36 CEST 2005


Update of /cvsroot/pure-data/externals/unauthorized/cooled~
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31401/cooled~

Modified Files:
	cooled~.c 
Log Message:
updated to build on a plain MacOSX setup

Index: cooled~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/unauthorized/cooled~/cooled~.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** cooled~.c	2 Mar 2005 02:44:30 -0000	1.9
--- cooled~.c	19 Apr 2005 00:17:34 -0000	1.10
***************
*** 37,41 ****
--- 37,47 ----
  #include <fcntl.h>
  #include <sys/stat.h>
+ 
+ #ifdef __APPLE__
+ #include <sys/malloc.h>
+ #else
  #include <malloc.h>
+ #endif
+ 
  #include <ctype.h>
  #include <pthread.h>





More information about the Pd-cvs mailing list