diff options
Diffstat (limited to 'Mac/Python')
-rw-r--r-- | Mac/Python/macgetmtime.c | 1 | ||||
-rw-r--r-- | Mac/Python/macglue.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Mac/Python/macgetmtime.c b/Mac/Python/macgetmtime.c index d4d15be..aeb1e70 100644 --- a/Mac/Python/macgetmtime.c +++ b/Mac/Python/macgetmtime.c @@ -1,4 +1,5 @@ #include "macstat.h" +#include "rename2.h" /* Interfaced used by import.c */ diff --git a/Mac/Python/macglue.c b/Mac/Python/macglue.c index e5e224b..353c850 100644 --- a/Mac/Python/macglue.c +++ b/Mac/Python/macglue.c @@ -40,7 +40,7 @@ char *macstrerror(int err) /* Set a MAC-specific error from errno, and return NULL; return None if no error */ PyObject * -PyErr_Mac(object *eobj, int err) +PyErr_Mac(PyObject *eobj, int err) { char *msg; PyObject *v; |