diff options
Diffstat (limited to 'compat/opendir.c')
-rw-r--r-- | compat/opendir.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compat/opendir.c b/compat/opendir.c index 8eec7db..0b97156 100644 --- a/compat/opendir.c +++ b/compat/opendir.c @@ -7,11 +7,10 @@ * originally from Larry Wall. * * - * RCS: @(#) $Id: opendir.c,v 1.2 1998/09/14 18:39:44 stanton Exp $ + * RCS: @(#) $Id: opendir.c,v 1.3 2004/04/06 22:25:48 dgp Exp $ */ #include "tclInt.h" -#include "tclPort.h" #undef DIRSIZ #define DIRSIZ(dp) \ |