aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlecoanet2006-12-22 16:35:48 +0000
committerlecoanet2006-12-22 16:35:48 +0000
commit9885c883245fa23db69e8af01b0dfe2a5b5e19ed (patch)
tree1facd292c67d48b41f6353feae41fc1a6b361ab5
parent6cc230d57fd057c4c72e36f7217740d860f315dd (diff)
downloadtkzinc-9885c883245fa23db69e8af01b0dfe2a5b5e19ed.zip
tkzinc-9885c883245fa23db69e8af01b0dfe2a5b5e19ed.tar.gz
tkzinc-9885c883245fa23db69e8af01b0dfe2a5b5e19ed.tar.bz2
tkzinc-9885c883245fa23db69e8af01b0dfe2a5b5e19ed.tar.xz
Added a missing Carbon include. It was shadowed when compiling with GL
-rw-r--r--macosx/OSXPort.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/OSXPort.c b/macosx/OSXPort.c
index 1174970..deafe4e 100644
--- a/macosx/OSXPort.c
+++ b/macosx/OSXPort.c
@@ -29,6 +29,7 @@
#ifdef MAC_OSX_TK
#include "Types.h"
+#include <Carbon/Carbon.h>
static const char rcsid[] = "$Id";
static const char compile_id[]="$Compile$";