diff options
Diffstat (limited to 'Mac/Python/getmtime.c')
-rw-r--r-- | Mac/Python/getmtime.c | 5 |
1 files changed, 4 insertions, 1 deletions
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 @@ PERFORMANCE OF THIS SOFTWARE. #include "config.h" +#ifdef USE_GUSI +#include <sys/types.h> +#endif /* USE_GUSI */ #include <stat.h> #include "rename2.h" |