diff options
-rw-r--r-- | generic/tcl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tcl.h b/generic/tcl.h index 46a3d2c..6674670 100644 --- a/generic/tcl.h +++ b/generic/tcl.h @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tcl.h,v 1.53 1999/07/21 21:28:59 redman Exp $ + * RCS: @(#) $Id: tcl.h,v 1.54 1999/07/21 21:29:43 redman Exp $ */ #ifndef _TCL @@ -178,8 +178,6 @@ extern "C" { #include <stdio.h> #endif -#include <sys/types.h> - /* * Definitions that allow Tcl functions with variable numbers of * arguments to be used with either varargs.h or stdarg.h. TCL_VARARGS |