[PD-cvs] externals/unauthorized/countund countund.c,1.4,1.5

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


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

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

Index: countund.c
===================================================================
RCS file: /cvsroot/pure-data/externals/unauthorized/countund/countund.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** countund.c	30 May 2004 05:19:59 -0000	1.4
--- countund.c	19 Apr 2005 00:17:34 -0000	1.5
***************
*** 33,37 ****
  #include <fcntl.h>
  #include <sys/stat.h>
! #ifndef MACOSX
  #include <malloc.h>
  #endif
--- 33,37 ----
  #include <fcntl.h>
  #include <sys/stat.h>
! #ifndef __APPLE__
  #include <malloc.h>
  #endif





More information about the Pd-cvs mailing list