diff options
Diffstat (limited to 'unix/tkUnixInit.c')
-rw-r--r-- | unix/tkUnixInit.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/unix/tkUnixInit.c b/unix/tkUnixInit.c index b493c2a..b7c12e4 100644 --- a/unix/tkUnixInit.c +++ b/unix/tkUnixInit.c @@ -8,10 +8,9 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixInit.c,v 1.8 2007/09/06 19:34:02 dgp Exp $ + * RCS: @(#) $Id: tkUnixInit.c,v 1.9 2007/09/07 00:34:58 dgp Exp $ */ -#include "tkInt.h" #include "tkUnixInt.h" #ifdef HAVE_COREFOUNDATION |