Update of /cvsroot/pure-data/externals/grill/py/source In directory sc8-pr-cvs1:/tmp/cvs-serv15637/source
Modified Files: main.h Log Message: ""
Index: main.h =================================================================== RCS file: /cvsroot/pure-data/externals/grill/py/source/main.h,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** main.h 13 Dec 2003 03:38:19 -0000 1.11 --- main.h 29 Dec 2003 21:30:25 -0000 1.12 *************** *** 15,19 **** --- 15,23 ----
#include <flext.h> + #if FLEXT_OS == FLEXT_OS_MAC + #include <Python/Python.h> + #else #include <Python.h> + #endif #include <map>