From e22840b958e3ba2a5ecb7a9a673630b5b5223c03 Mon Sep 17 00:00:00 2001 From: das Date: Fri, 5 Dec 2008 16:58:41 +0000 Subject: fix warning --- generic/tkCanvPs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- cgit v0.12