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/unistd.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/unistd.h')
-rw-r--r-- | compat/unistd.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/compat/unistd.h b/compat/unistd.h index 838e7ab..44ca64a 100644 --- a/compat/unistd.h +++ b/compat/unistd.h @@ -10,16 +10,14 @@ * no representations about the suitability of this software for any purpose. * It is provided "as is" without express or implied warranty. * - * RCS: @(#) $Id: unistd.h,v 1.4 2008/05/04 07:28:47 nijtmans Exp $ + * RCS: @(#) $Id: unistd.h,v 1.5 2010/04/29 09:23:57 nijtmans Exp $ */ #ifndef _UNISTD #define _UNISTD +#include "tcl.h" #include <sys/types.h> -#ifndef _TCL -# include "tcl.h" -#endif #ifndef NULL #define NULL 0 |