diff options
author | jingham <jingham> | 1999-05-22 06:32:05 (GMT) |
---|---|---|
committer | jingham <jingham> | 1999-05-22 06:32:05 (GMT) |
commit | 87879697e380ae2d912df100241a6a4b85ac01a1 (patch) | |
tree | a77d9e8604d5260d187c18e7fa29939278ab0f32 /mac/tkMac.h | |
parent | 36f3e6e9af15906c7d459a8c80ee9f4e995b59f6 (diff) | |
download | tk-87879697e380ae2d912df100241a6a4b85ac01a1.zip tk-87879697e380ae2d912df100241a6a4b85ac01a1.tar.gz tk-87879697e380ae2d912df100241a6a4b85ac01a1.tar.bz2 |
Changes needed to get Tk8.1 to compile with stubs on the Mac
Diffstat (limited to 'mac/tkMac.h')
-rw-r--r-- | mac/tkMac.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mac/tkMac.h b/mac/tkMac.h index 214822a..e23e424 100644 --- a/mac/tkMac.h +++ b/mac/tkMac.h @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMac.h,v 1.6 1999/04/16 01:51:29 stanton Exp $ + * RCS: @(#) $Id: tkMac.h,v 1.7 1999/05/22 06:32:05 jingham Exp $ */ #ifndef _TKMAC @@ -49,6 +49,7 @@ typedef void (Tk_MacEmbedGetOffsetInParentProc) (Tk_Window window, Point *ulCorn * so they can be exported. */ +#include "tkPlatDecls.h" #pragma export reset |