##// END OF EJS Templates
osutil.c: include Python.h before the other headers...
Alexis S. L. Carvalho -
r5397:11caa374 default
parent child Browse files
Show More
@@ -9,6 +9,7 b''
9
9
10 #define _ATFILE_SOURCE
10 #define _ATFILE_SOURCE
11 #define _LARGEFILE64_SOURCE
11 #define _LARGEFILE64_SOURCE
12 #include <Python.h>
12 #include <alloca.h>
13 #include <alloca.h>
13 #include <dirent.h>
14 #include <dirent.h>
14 #include <fcntl.h>
15 #include <fcntl.h>
@@ -17,8 +18,6 b''
17 #include <sys/types.h>
18 #include <sys/types.h>
18 #include <unistd.h>
19 #include <unistd.h>
19
20
20 #include "Python.h"
21
22 struct listdir_stat {
21 struct listdir_stat {
23 PyObject_HEAD
22 PyObject_HEAD
24 struct stat st;
23 struct stat st;
General Comments 0
You need to be logged in to leave comments. Login now