From 0ed39577ddcc7dadb642b316eb90e91b60bacdcc Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Sat, 24 May 2003 20:14:24 +0000 Subject: modernized ColorPicker somewhat --- Mac/Modules/ColorPickermodule.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Mac') 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" -- cgit v1.2.1