mercurial/osutil.c
changeset 5397 11caa374f497
parent 5396 5105b119edd2
child 5398 ecde0b7e0b3f
--- a/mercurial/osutil.c
+++ b/mercurial/osutil.c
@@ -9,6 +9,7 @@
 
 #define _ATFILE_SOURCE
 #define _LARGEFILE64_SOURCE
+#include <Python.h>
 #include <alloca.h>
 #include <dirent.h>
 #include <fcntl.h>
@@ -17,8 +18,6 @@
 #include <sys/types.h>
 #include <unistd.h>
 
-#include "Python.h"
-
 struct listdir_stat {
     PyObject_HEAD
     struct stat st;