Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2118
Modified Files: Tag: devel_0_39 s_inter.c Log Message: only include g_canvas.h for non-DESIRE
Index: s_inter.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/s_inter.c,v retrieving revision 1.5.4.10.2.23 retrieving revision 1.5.4.10.2.24 diff -C2 -d -r1.5.4.10.2.23 -r1.5.4.10.2.24 *** s_inter.c 23 Nov 2006 21:08:20 -0000 1.5.4.10.2.23 --- s_inter.c 27 Nov 2006 18:26:20 -0000 1.5.4.10.2.24 *************** *** 11,15 **** #include "s_stuff.h" #include "m_imp.h" ! #include "g_canvas.h" /* for GUI queueing stuff */ #ifdef UNISTD #include <unistd.h> --- 11,17 ---- #include "s_stuff.h" #include "m_imp.h" ! #ifndef DESIRE ! #include "g_canvas.h" ! #endif #ifdef UNISTD #include <unistd.h>