summaryrefslogtreecommitdiffstats
path: root/RISCOS/Python/getmtime_riscos.c
diff options
context:
space:
mode:
Diffstat (limited to 'RISCOS/Python/getmtime_riscos.c')
-rw-r--r--RISCOS/Python/getmtime_riscos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/RISCOS/Python/getmtime_riscos.c b/RISCOS/Python/getmtime_riscos.c
index cbd1669..9153638 100644
--- a/RISCOS/Python/getmtime_riscos.c
+++ b/RISCOS/Python/getmtime_riscos.c
@@ -1,7 +1,7 @@
#include <stdio.h>
#define __swi
-#include "osfile.h"
+#include "oslib/osfile.h"
long PyOS_GetLastModificationTime(char *path, FILE *fp)
{