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

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