summaryrefslogtreecommitdiffstats
path: root/Python/getmtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/getmtime.c')
-rw-r--r--Python/getmtime.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Python/getmtime.c b/Python/getmtime.c
index 4bf2adf..aea6909 100644
--- a/Python/getmtime.c
+++ b/Python/getmtime.c
@@ -33,13 +33,14 @@ PERFORMANCE OF THIS SOFTWARE.
/* (A separate file because this may be OS dependent) */
+#include "Python.h"
#include "config.h"
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
-long
+time_t
PyOS_GetLastModificationTime(path, fp)
char *path;
FILE *fp;