diff options
author | dgp <dgp@users.sourceforge.net> | 2008-12-22 12:30:51 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-12-22 12:30:51 (GMT) |
commit | 18b8244caa8fd7fb48c98de1e5d8ca19718cf97e (patch) | |
tree | 36382bf89278b264524bbb7d9fa334d86b4ca4d3 | |
parent | 67a6558f3087f86aca224da622bb38cf66cb2c6f (diff) | |
download | tk-18b8244caa8fd7fb48c98de1e5d8ca19718cf97e.zip tk-18b8244caa8fd7fb48c98de1e5d8ca19718cf97e.tar.gz tk-18b8244caa8fd7fb48c98de1e5d8ca19718cf97e.tar.bz2 |
Add missing header
-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. |