diff options
author | hobbs <hobbs> | 1999-12-08 03:50:04 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-12-08 03:50:04 (GMT) |
commit | 272afc55dfb7eb7ce558666ea33fd879014ba74e (patch) | |
tree | efd77db2bf34829c50d4b5674df51802f0541ae7 /mac/tclMacPort.h | |
parent | df65ef241df29b4804136dedaa143565339a45a1 (diff) | |
download | tcl-272afc55dfb7eb7ce558666ea33fd879014ba74e.zip tcl-272afc55dfb7eb7ce558666ea33fd879014ba74e.tar.gz tcl-272afc55dfb7eb7ce558666ea33fd879014ba74e.tar.bz2 |
* mac/tclMacPort.h: added utime.h include
Diffstat (limited to 'mac/tclMacPort.h')
-rw-r--r-- | mac/tclMacPort.h | 3 |
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. |