Added/updated copyright notices
(and the &*^$%@ resource files got binhexed again, sigh)
diff --git a/Mac/Python/getmtime.c b/Mac/Python/getmtime.c
index 171f9bc..29721ee 100644
--- a/Mac/Python/getmtime.c
+++ b/Mac/Python/getmtime.c
@@ -1,5 +1,5 @@
 /***********************************************************
-Copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam,
+Copyright 1991-1997 by Stichting Mathematisch Centrum, Amsterdam,
 The Netherlands.
 
                         All Rights Reserved
@@ -35,6 +35,9 @@
 
 #include "config.h"
 
+#ifdef USE_GUSI
+#include <sys/types.h>
+#endif /* USE_GUSI */
 #include <stat.h>
 #include "rename2.h"