mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
418 B

  1. diff -pruN Python-2.4.3-orig/Modules/_curses_panel.c Python-2.4.3/Modules/_curses_panel.c
  2. --- Python-2.4.3-orig/Modules/_curses_panel.c 2006-03-07 14:39:26.000000000 +0100
  3. +++ Python-2.4.3/Modules/_curses_panel.c 2006-07-12 08:54:11.000000000 +0200
  4. @@ -14,7 +14,7 @@ static char *PyCursesVersion = "2.1";
  5. #include "py_curses.h"
  6. -#include <panel.h>
  7. +#include <ncurses/panel.h>
  8. static PyObject *PyCursesError;