From 15b2643791d8b6efe6075bba78acea812f368ff0 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 1 Aug 2005 11:58:01 +0000 Subject: path setting based on new flext functionality open editor for module file on "edit" message (or click) open editor for script under OS X svn path=/trunk/; revision=3399 --- externals/grill/py/source/pyprefix.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'externals/grill/py/source/pyprefix.h') diff --git a/externals/grill/py/source/pyprefix.h b/externals/grill/py/source/pyprefix.h index ac97cbde..de74ca42 100644 --- a/externals/grill/py/source/pyprefix.h +++ b/externals/grill/py/source/pyprefix.h @@ -14,6 +14,10 @@ WARRANTIES, see the file, "license.txt," in this distribution. #define FLEXT_ATTRIBUTES 1 #include +// hack: must include math.h before Python.h (at least on OSX) +// otherwise some functions don't get defined +#include + #if FLEXT_OS == FLEXT_OS_MAC #include #else -- cgit v1.2.1