[PD-cvs] externals/pdogg/oggwrite~ oggwrite~.c,1.5,1.6

Hans-Christoph Steiner eighthave at users.sourceforge.net
Fri Oct 22 04:27:49 CEST 2004


Update of /cvsroot/pure-data/externals/pdogg/oggwrite~
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10689/oggwrite~

Modified Files:
	oggwrite~.c 
Log Message:
#ifndef'ed malloc.h for MacOS X since the include breaks compilation there

Index: oggwrite~.c
===================================================================
RCS file: /cvsroot/pure-data/externals/pdogg/oggwrite~/oggwrite~.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** oggwrite~.c	22 May 2004 02:53:13 -0000	1.5
--- oggwrite~.c	22 Oct 2004 02:27:47 -0000	1.6
***************
*** 40,44 ****
--- 40,46 ----
  #include <fcntl.h>
  #include <sys/stat.h>
+ #ifndef __APPLE__
  #include <malloc.h>
+ #endif
  #include <ctype.h>
  #include <time.h>





More information about the Pd-cvs mailing list