From: Just van Rossum Date: Sat, 24 May 2003 20:14:24 +0000 (+0000) Subject: modernized ColorPicker somewhat X-Git-Tag: v2.3c1~624 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ed39577ddcc7dadb642b316eb90e91b60bacdcc;p=python modernized ColorPicker somewhat --- diff --git a/Mac/Modules/ColorPickermodule.c b/Mac/Modules/ColorPickermodule.c index 3878093377..e7d00451df 100644 --- a/Mac/Modules/ColorPickermodule.c +++ b/Mac/Modules/ColorPickermodule.c @@ -21,7 +21,11 @@ PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ +#ifdef WITHOUT_FRAMEWORKS #include +#else +#include +#endif #include "Python.h" #include "macglue.h" #include "pymactoolbox.h"