Skip to content

Commit 5e507c3

Browse files
Fix Windows.
1 parent d41f2cb commit 5e507c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/posixmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
#define PY_SSIZE_T_CLEAN
2626

2727
#include "Python.h"
28-
#include "internal/pystate.h"
2928
#include "pythread.h"
3029
#include "structmember.h"
3130
#ifndef MS_WINDOWS
3231
#include "posixmodule.h"
3332
#else
3433
#include "winreparse.h"
3534
#endif
35+
#include "internal/pystate.h"
3636

3737
/* On android API level 21, 'AT_EACCESS' is not declared although
3838
* HAVE_FACCESSAT is defined. */

0 commit comments

Comments
 (0)