Skip to content

Commit 70dcae3

Browse files
author
Erlend E. Aasland
committed
Add missing include in _winapi.c
1 parent 5c7f047 commit 70dcae3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/_winapi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
#include "Python.h"
3838
#include "pycore_moduleobject.h" // _PyModule_GetState()
39+
#include "pycore_object.h" // _PyType_DisabledNew()
3940
#include "structmember.h" // PyMemberDef
4041

4142

0 commit comments

Comments
 (0)