[PD-cvs] pd/src g_canvas.h,1.1.1.4.2.5,1.1.1.4.2.6

Tim Blechmann timblech at users.sourceforge.net
Sun May 30 17:37:21 CEST 2004


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

Modified Files:
      Tag: devel_0_37
	g_canvas.h 
Log Message:
fixed: forgot to include pthread.h

Index: g_canvas.h
===================================================================
RCS file: /cvsroot/pure-data/pd/src/g_canvas.h,v
retrieving revision 1.1.1.4.2.5
retrieving revision 1.1.1.4.2.6
diff -C2 -d -r1.1.1.4.2.5 -r1.1.1.4.2.6
*** g_canvas.h	27 May 2004 20:39:13 -0000	1.1.1.4.2.5
--- g_canvas.h	30 May 2004 15:37:18 -0000	1.1.1.4.2.6
***************
*** 41,44 ****
--- 41,48 ----
  #endif
  
+ #ifdef GARRAY_THREAD_LOCK 
+ #include <pthread.h> /* TB: for t_garray */
+ #endif
+ 
  /* --------------------- geometry ---------------------------- */
  #define IOWIDTH 7   	/* width of an inlet/outlet in pixels */





More information about the Pd-cvs mailing list