aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/py/source/main.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-12-29 21:30:25 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-12-29 21:30:25 +0000
commit09f42a0bf075cb60783111169b8dd5fc23497fae (patch)
tree50db0bdc7bde62767879746945ba1885fe81e4e9 /externals/grill/py/source/main.h
parent8e5699c83d2a5f5d649a950e94662257a9b8a979 (diff)
""
svn path=/trunk/; revision=1240
Diffstat (limited to 'externals/grill/py/source/main.h')
-rw-r--r--externals/grill/py/source/main.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/externals/grill/py/source/main.h b/externals/grill/py/source/main.h
index 434aa99b..b0bf4711 100644
--- a/externals/grill/py/source/main.h
+++ b/externals/grill/py/source/main.h
@@ -14,7 +14,11 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#define FLEXT_ATTRIBUTES 1
#include <flext.h>
+#if FLEXT_OS == FLEXT_OS_MAC
+#include <Python/Python.h>
+#else
#include <Python.h>
+#endif
#include <map>
#if FLEXT_OS == FLEXT_LINUX || FLEXT_OS == FLEXT_IRIX