diff options
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" |