diff options
author | dgp <dgp@users.sourceforge.net> | 2020-03-09 14:43:18 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2020-03-09 14:43:18 (GMT) |
commit | 1baa16d30dfb27a4df336268d8acae3af327054a (patch) | |
tree | 7b6984d36f197afe642a7bf6cd3823e0d4fa31b0 /macosx | |
parent | bd4dfc850ea167c4a0081befe5c8a8bd9cdbd58a (diff) | |
download | tcl-1baa16d30dfb27a4df336268d8acae3af327054a.zip tcl-1baa16d30dfb27a4df336268d8acae3af327054a.tar.gz tcl-1baa16d30dfb27a4df336268d8acae3af327054a.tar.bz2 |
need internal header now.
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tclMacOSXBundle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/tclMacOSXBundle.c b/macosx/tclMacOSXBundle.c index 0c68e2d..01b5de4 100644 --- a/macosx/tclMacOSXBundle.c +++ b/macosx/tclMacOSXBundle.c @@ -12,6 +12,7 @@ */ #include "tclPort.h" +#include "tclInt.h" #ifdef HAVE_COREFOUNDATION #include <CoreFoundation/CoreFoundation.h> |