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 7752da8..9d0b81e 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.19.2.2 2008/12/22 09:19:40 dkf Exp $ + * RCS: @(#) $Id: tkCanvPs.c,v 1.19.2.3 2008/12/22 12:30:51 dgp Exp $ */ #include "tkInt.h" #include "tkCanvas.h" +#include "tkFont.h" /* * See tkCanvas.h for key data structures used to implement canvases. |