summaryrefslogtreecommitdiffstats
path: root/Modules/_tkinter.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/_tkinter.c')
-rw-r--r--Modules/_tkinter.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c
index f198e75..566bf77 100644
--- a/Modules/_tkinter.c
+++ b/Modules/_tkinter.c
@@ -40,6 +40,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include "Python.h"
#include <ctype.h>
+#ifdef macintosh
+#define MAC_TCL
+#endif
+
#include <tcl.h>
#include <tk.h>