[PD-cvs] externals/zexy/src msgfile.c,1.6,1.7

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Mon Jan 23 19:12:06 CET 2006


Update of /cvsroot/pure-data/externals/zexy/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21554

Modified Files:
	msgfile.c 
Log Message:
include <unistd.h> on non-w32 platforms (not just linux)

Index: msgfile.c
===================================================================
RCS file: /cvsroot/pure-data/externals/zexy/src/msgfile.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** msgfile.c	23 Jan 2006 17:56:42 -0000	1.6
--- msgfile.c	23 Jan 2006 18:12:04 -0000	1.7
***************
*** 27,35 ****
  #include <string.h>
  
- #ifdef linux
- # include <unistd.h>
- #endif
  #ifdef __WIN32__
  # include <io.h>
  #endif
  
--- 27,34 ----
  #include <string.h>
  
  #ifdef __WIN32__
  # include <io.h>
+ #else
+ # include <unistd.h>
  #endif
  





More information about the Pd-cvs mailing list