diff options
author | das <das> | 2008-12-05 16:58:41 (GMT) |
---|---|---|
committer | das <das> | 2008-12-05 16:58:41 (GMT) |
commit | e22840b958e3ba2a5ecb7a9a673630b5b5223c03 (patch) | |
tree | 72bde1e5185f818f33d9a774459f8f86222b7f7a /generic/tkCanvPs.c | |
parent | 46b95ede0f1fad893de5262d2e279f1a10c24f39 (diff) | |
download | tk-e22840b958e3ba2a5ecb7a9a673630b5b5223c03.zip tk-e22840b958e3ba2a5ecb7a9a673630b5b5223c03.tar.gz tk-e22840b958e3ba2a5ecb7a9a673630b5b5223c03.tar.bz2 |
fix warning
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. |