diff options
author | jingham <jingham> | 1999-05-22 06:33:38 (GMT) |
---|---|---|
committer | jingham <jingham> | 1999-05-22 06:33:38 (GMT) |
commit | eb02b7f4b5f03cf0252e0733efdebf890095f57c (patch) | |
tree | 08690563c402052345246f896205236bfc84d20f /mac/tkMacPort.h | |
parent | 49264adc083f7766a5ff40538126526a6a8880c0 (diff) | |
download | tk-eb02b7f4b5f03cf0252e0733efdebf890095f57c.zip tk-eb02b7f4b5f03cf0252e0733efdebf890095f57c.tar.gz tk-eb02b7f4b5f03cf0252e0733efdebf890095f57c.tar.bz2 |
Changes needed to get Tk8.1 to compile with stubs on the Mac
Diffstat (limited to 'mac/tkMacPort.h')
-rw-r--r-- | mac/tkMacPort.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mac/tkMacPort.h b/mac/tkMacPort.h index 620379b..034f0ec 100644 --- a/mac/tkMacPort.h +++ b/mac/tkMacPort.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: tkMacPort.h,v 1.6 1999/04/16 01:51:31 stanton Exp $ + * RCS: @(#) $Id: tkMacPort.h,v 1.7 1999/05/22 06:34:57 jingham Exp $ */ #ifndef _TKMACPORT @@ -48,6 +48,7 @@ #include <Xatom.h> #include <Xfuncproto.h> #include <Xutil.h> +#include "tkIntXlibDecls.h" /* * Not all systems declare the errno variable in errno.h. so this |