summaryrefslogtreecommitdiff
path: root/Mac/Python/macgetmtime.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-08-19 10:51:31 +0000
committerGuido van Rossum <guido@python.org>1994-08-19 10:51:31 +0000
commitd4d77284408316a68cdc2ab9e8e1d4a06e534938 (patch)
treef25369ac9cc34663abcfd3be4b08035d8fe72c62 /Mac/Python/macgetmtime.c
parente89bc75048d0142859379b2b92e77d984fdbef6e (diff)
downloadcpython-git-d4d77284408316a68cdc2ab9e8e1d4a06e534938.tar.gz
Updates for THINK C 6.0. Moved the necessary UNIX emulation routines here.
Diffstat (limited to 'Mac/Python/macgetmtime.c')
-rw-r--r--Mac/Python/macgetmtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Python/macgetmtime.c b/Mac/Python/macgetmtime.c
index c58100992d..9ba813659b 100644
--- a/Mac/Python/macgetmtime.c
+++ b/Mac/Python/macgetmtime.c
@@ -1,4 +1,4 @@
-#include "::unixemu:stat.h"
+#include <stat.h>
/* Interfaced used by import.c */