diff options
Diffstat (limited to 'generic/tkPort.h')
-rw-r--r-- | generic/tkPort.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tkPort.h b/generic/tkPort.h index 04e1dab..b07e22d 100644 --- a/generic/tkPort.h +++ b/generic/tkPort.h @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkPort.h,v 1.2 1998/09/14 18:23:16 stanton Exp $ + * RCS: @(#) $Id: tkPort.h,v 1.3 2002/08/31 06:12:26 das Exp $ */ #ifndef _TKPORT @@ -28,6 +28,8 @@ #else # if defined(MAC_TCL) # include "tkMacPort.h" +# elif defined(MAC_OSX_TK) +# include "../macosx/tkMacOSXPort.h" # else # include "../unix/tkUnixPort.h" # endif |