summaryrefslogtreecommitdiff
path: root/Mac/Modules/ColorPickermodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Modules/ColorPickermodule.c')
-rw-r--r--Mac/Modules/ColorPickermodule.c4
1 files changed, 4 insertions, 0 deletions
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 <ColorPicker.h>
+#else
+#include <Carbon/Carbon.h>
+#endif
#include "Python.h"
#include "macglue.h"
#include "pymactoolbox.h"