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/tkMacRegion.c | |
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/tkMacRegion.c')
-rw-r--r-- | mac/tkMacRegion.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mac/tkMacRegion.c b/mac/tkMacRegion.c index f9f70be..c2a70ae 100644 --- a/mac/tkMacRegion.c +++ b/mac/tkMacRegion.c @@ -8,10 +8,11 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacRegion.c,v 1.2 1998/09/14 18:23:39 stanton Exp $ + * RCS: @(#) $Id: tkMacRegion.c,v 1.3 1999/05/22 06:35:00 jingham Exp $ */ #include "tkInt.h" +#include "tkMacInt.h" #include "X.h" #include "Xlib.h" |