diff options
Diffstat (limited to 'generic/tkCanvPs.c')
-rw-r--r-- | generic/tkCanvPs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tkCanvPs.c b/generic/tkCanvPs.c index 8ea6a82..866ebba 100644 --- a/generic/tkCanvPs.c +++ b/generic/tkCanvPs.c @@ -11,11 +11,12 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkCanvPs.c,v 1.23 2008/12/05 16:25:58 dkf Exp $ + * RCS: @(#) $Id: tkCanvPs.c,v 1.24 2008/12/05 16:58:41 das Exp $ */ #include "tkInt.h" #include "tkCanvas.h" +#include "tkFont.h" /* * See tkCanvas.h for key data structures used to implement canvases. |