From 272afc55dfb7eb7ce558666ea33fd879014ba74e Mon Sep 17 00:00:00 2001
From: hobbs <hobbs>
Date: Wed, 8 Dec 1999 03:50:04 +0000
Subject: 	* mac/tclMacPort.h: added utime.h include

---
 mac/tclMacPort.h | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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.
-- 
cgit v0.12