[PD-cvs] externals/unauthorized/cooled~ cooled~.c,1.7,1.8

Hans-Christoph Steiner eighthave at users.sourceforge.net
Sat Aug 14 04:30:52 CEST 2004


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

Modified Files:
	cooled~.c 
Log Message:
added #ifdef __APPLE__ around malloc.h to make compile on MacOS X

Index: cooled~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/unauthorized/cooled~/cooled~.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** cooled~.c	30 May 2004 05:19:59 -0000	1.7
--- cooled~.c	14 Aug 2004 02:30:50 -0000	1.8
***************
*** 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