commit | e877f8ba3306be0c76476c1f841d6f5388b675b7 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Oct 24 20:13:15 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Oct 24 20:13:15 2001 +0000 |
tree | 58535b7aab583873d072c7f76849ccbc7141f852 | |
parent | 622cc03f0b5ba8e8e51aaa73c137350fe81564a8 [diff] [blame] |
SF patch #474590 -- RISC OS support
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) {