We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52eed58 commit a5b4ac1Copy full SHA for a5b4ac1
Parser/myreadline.c
@@ -13,6 +13,7 @@
13
#include "pycore_fileutils.h" // _Py_BEGIN_SUPPRESS_IPH
14
#include "pycore_interp.h" // _PyInterpreterState_GetConfig()
15
#include "pycore_pystate.h" // _PyThreadState_GET()
16
+#include "pycore_signal.h" // _PyOS_SigintEvent()
17
#ifdef MS_WINDOWS
18
# ifndef WIN32_LEAN_AND_MEAN
19
# define WIN32_LEAN_AND_MEAN
0 commit comments