diff options
Diffstat (limited to 'generic/tkCmds.c')
-rw-r--r-- | generic/tkCmds.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tkCmds.c b/generic/tkCmds.c index d8c91b1..cc63e25 100644 --- a/generic/tkCmds.c +++ b/generic/tkCmds.c @@ -11,12 +11,11 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkCmds.c,v 1.31.2.2 2004/11/12 23:54:54 hobbs Exp $ + * RCS: @(#) $Id: tkCmds.c,v 1.31.2.3 2006/03/13 18:18:59 dgp Exp $ */ #include "tkPort.h" #include "tkInt.h" -#include <errno.h> #if defined(WIN32) #include "tkWinInt.h" |