[PD-cvs] externals/unauthorized/sonogram~ sonogram~.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/sonogram~
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31585/sonogram~

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

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