diff options
Diffstat (limited to 'Mac/Python/macgetmtime.c')
-rw-r--r-- | Mac/Python/macgetmtime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/Python/macgetmtime.c b/Mac/Python/macgetmtime.c index c581009..9ba8136 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 */ |