diff --git a/Modules/_curses_panel.c b/Modules/_curses_panel.c index 18ef335b828c525..a922d12d93c3034 100644 --- a/Modules/_curses_panel.c +++ b/Modules/_curses_panel.c @@ -14,7 +14,7 @@ static const char PyCursesVersion[] = "2.1"; #include "py_curses.h" -#include +#include typedef struct { PyObject *PyCursesError;