Skip to content

Commit a5b4ac1

Browse files
committed
Add _PyOS_SigintEvent() include
1 parent 52eed58 commit a5b4ac1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Parser/myreadline.c

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#include "pycore_fileutils.h" // _Py_BEGIN_SUPPRESS_IPH
1414
#include "pycore_interp.h" // _PyInterpreterState_GetConfig()
1515
#include "pycore_pystate.h" // _PyThreadState_GET()
16+
#include "pycore_signal.h" // _PyOS_SigintEvent()
1617
#ifdef MS_WINDOWS
1718
# ifndef WIN32_LEAN_AND_MEAN
1819
# define WIN32_LEAN_AND_MEAN

0 commit comments

Comments
 (0)