diff options
author | nijtmans <nijtmans> | 2010-04-29 09:23:57 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-04-29 09:23:57 (GMT) |
commit | 189dc0720d07929d20d63d408619de129f31c478 (patch) | |
tree | a57cd5c0fde46086d5e02bda1ebb52d265eb531c /compat/dirent2.h | |
parent | dd801c86b1a462d516d4e3b97e459fc41a4be684 (diff) | |
download | tcl-189dc0720d07929d20d63d408619de129f31c478.zip tcl-189dc0720d07929d20d63d408619de129f31c478.tar.gz tcl-189dc0720d07929d20d63d408619de129f31c478.tar.bz2 |
Include "tcl.h", not <tcl.h>,
like everywhere else, to insure
that the version in the Tcl
distribution is used, not some
version from somewhere else.
Diffstat (limited to 'compat/dirent2.h')
-rw-r--r-- | compat/dirent2.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/compat/dirent2.h b/compat/dirent2.h index 8deed91..794a6c4 100644 --- a/compat/dirent2.h +++ b/compat/dirent2.h @@ -10,15 +10,13 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: dirent2.h,v 1.3 2008/09/03 05:43:31 dgp Exp $ + * RCS: @(#) $Id: dirent2.h,v 1.4 2010/04/29 09:23:57 nijtmans Exp $ */ #ifndef _DIRENT #define _DIRENT -#ifndef _TCL -#include <tcl.h> -#endif +#include "tcl.h" /* * Dirent structure, which holds information about a single |