forked from pool/python
attributes on /usr/bin/ scripts (bsc#1227378). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=423
12 lines
191 B
Diff
12 lines
191 B
Diff
--- a/Modules/_curses_panel.c
|
|
+++ b/Modules/_curses_panel.c
|
|
@@ -14,7 +14,7 @@
|
|
|
|
#include "py_curses.h"
|
|
|
|
-#include <panel.h>
|
|
+#include <ncurses/panel.h>
|
|
|
|
static PyObject *PyCursesError;
|
|
|