diff options
Diffstat (limited to 'generic/tkUndo.c')
-rw-r--r-- | generic/tkUndo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tkUndo.c b/generic/tkUndo.c index a540260..fcc24af 100644 --- a/generic/tkUndo.c +++ b/generic/tkUndo.c @@ -9,9 +9,10 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUndo.c,v 1.11 2007/02/13 00:02:23 dkf Exp $ + * RCS: @(#) $Id: tkUndo.c,v 1.12 2007/09/07 00:34:54 dgp Exp $ */ +#include "tkInt.h" #include "tkUndo.h" static int EvaluateActionList(Tcl_Interp *interp, |