[PD-cvs] pd/src m_sched.c,1.5.4.35.2.20,1.5.4.35.2.21

Mathieu Bouchard matju at users.sourceforge.net
Thu Nov 23 06:59:44 CET 2006


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv639

Modified Files:
      Tag: devel_0_39
	m_sched.c 
Log Message:
cygwin fix


Index: m_sched.c
===================================================================
RCS file: /cvsroot/pure-data/pd/src/m_sched.c,v
retrieving revision 1.5.4.35.2.20
retrieving revision 1.5.4.35.2.21
diff -C2 -d -r1.5.4.35.2.20 -r1.5.4.35.2.21
*** m_sched.c	30 Jun 2006 15:31:53 -0000	1.5.4.35.2.20
--- m_sched.c	23 Nov 2006 05:59:42 -0000	1.5.4.35.2.21
***************
*** 12,16 ****
  /* for timeval */
  #ifdef UNISTD
! #include "sys/time.h"
  #endif
  #ifdef MSW
--- 12,19 ----
  /* for timeval */
  #ifdef UNISTD
! #include <sys/time.h>
! #endif
! #ifdef __CYGWIN__
! #include <sys/time.h>
  #endif
  #ifdef MSW





More information about the Pd-cvs mailing list