summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>1999-10-29 03:04:57 (GMT)
committerhobbs <hobbs@noemail.net>1999-10-29 03:04:57 (GMT)
commitd45daf940b56f1445c09c4eeb39fb71e43f4c79c (patch)
tree8e4308a42f168c44468b39367ac602608243b14d /unix/tclUnixPort.h
parentca5b7b89fa94bedcd6681c3c969c3ae19d2fe0da (diff)
downloadtcl-d45daf940b56f1445c09c4eeb39fb71e43f4c79c.zip
tcl-d45daf940b56f1445c09c4eeb39fb71e43f4c79c.tar.gz
tcl-d45daf940b56f1445c09c4eeb39fb71e43f4c79c.tar.bz2
* unix/tclUnixPort.h: added utime.h to includes
* unix/aclocal.m4: made it just include tcl.m4 FossilOrigin-Name: dedc005e01f21e50138ad289f7770e9669d88f6c
Diffstat (limited to 'unix/tclUnixPort.h')
-rw-r--r--unix/tclUnixPort.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h
index 89ebf7f..a3c2df4 100644
--- a/unix/tclUnixPort.h
+++ b/unix/tclUnixPort.h
@@ -19,7 +19,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclUnixPort.h,v 1.11 1999/04/16 00:48:05 stanton Exp $
+ * RCS: @(#) $Id: tclUnixPort.h,v 1.12 1999/10/29 03:04:58 hobbs Exp $
*/
#ifndef _TCLUNIXPORT
@@ -36,6 +36,7 @@
*---------------------------------------------------------------------------
*/
+#include <utime.h>
#include <errno.h>
#include <fcntl.h>
#ifdef HAVE_NET_ERRNO_H