diff options
Diffstat (limited to 'macosx/tkMacOSX.h')
-rw-r--r-- | macosx/tkMacOSX.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/macosx/tkMacOSX.h b/macosx/tkMacOSX.h index c0fbbc2..3f75f6f 100644 --- a/macosx/tkMacOSX.h +++ b/macosx/tkMacOSX.h @@ -9,17 +9,18 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSX.h,v 1.2.2.1 2005/02/24 00:41:08 das Exp $ + * RCS: @(#) $Id: tkMacOSX.h,v 1.2.2.2 2006/03/28 02:44:12 das Exp $ */ #ifndef _TKMAC #define _TKMAC -#include <Carbon/Carbon.h> #ifndef _TK #include "tk.h" #endif +#include <Carbon/Carbon.h> + /* * Structures and function types for handling Netscape-type in process * embedding where Tk does not control the top-level |