summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>1999-12-08 03:50:04 (GMT)
committerhobbs <hobbs@noemail.net>1999-12-08 03:50:04 (GMT)
commitce877a9f4cccb3d81150ef20c84465818837c34a (patch)
treeefd77db2bf34829c50d4b5674df51802f0541ae7
parent794a440bd56e982dce52543d9ceaa34feb2f677a (diff)
downloadtcl-ce877a9f4cccb3d81150ef20c84465818837c34a.zip
tcl-ce877a9f4cccb3d81150ef20c84465818837c34a.tar.gz
tcl-ce877a9f4cccb3d81150ef20c84465818837c34a.tar.bz2
* mac/tclMacPort.h: added utime.h include
FossilOrigin-Name: 62d99aa12223131d4c96bfad483694d41bc49bc5
-rw-r--r--mac/tclMacPort.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mac/tclMacPort.h b/mac/tclMacPort.h
index 31ffcb0..c69063e 100644
--- a/mac/tclMacPort.h
+++ b/mac/tclMacPort.h
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclMacPort.h,v 1.9 1999/05/11 07:12:45 jingham Exp $
+ * RCS: @(#) $Id: tclMacPort.h,v 1.10 1999/12/08 03:50:04 hobbs Exp $
*/
@@ -48,6 +48,7 @@
#elif defined(__MWERKS__)
# include <time.h>
# include <unistd.h>
+# include <utime.h>
/*
* The following definitions are usually found if fcntl.h.