diff options
Diffstat (limited to 'generic/tkScrollbar.c')
-rw-r--r-- | generic/tkScrollbar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkScrollbar.c b/generic/tkScrollbar.c index c73aca7..3ac932f 100644 --- a/generic/tkScrollbar.c +++ b/generic/tkScrollbar.c @@ -11,10 +11,10 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkScrollbar.c,v 1.8 2005/11/17 10:57:35 dkf Exp $ + * RCS: @(#) $Id: tkScrollbar.c,v 1.9 2007/09/07 00:34:53 dgp Exp $ */ -#include "tkPort.h" +#include "tkInt.h" #include "tkScrollbar.h" #include "default.h" |