File python-3.3.0b1-curses-panel.patch of Package python3.30641
--- Modules/_curses_panel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Modules/_curses_panel.c +++ b/Modules/_curses_panel.c @@ -14,7 +14,7 @@ static char *PyCursesVersion = "2.1"; #include "py_curses.h" -#include <panel.h> +#include <ncurses/panel.h> typedef struct { PyObject *PyCursesError;