Start packaging the bz2 python module as it is needed for building Qt5
[profile/ivi/python.git] / packaging / python-2.6b3-curses-panel.patch
1 --- Modules/_curses_panel.c
2 +++ Modules/_curses_panel.c
3 @@ -14,7 +14,7 @@
4  
5  #include "py_curses.h"
6  
7 -#include <panel.h>
8 +#include <ncurses/panel.h>
9  
10  static PyObject *PyCursesError;
11