summaryrefslogtreecommitdiff
path: root/dev-lang/nprolog/files/nprolog-3.22-ncursesw.patch
blob: 695c055b3f17a021004728351d96509e7ad1bb30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/edlog.c b/edlog.c
index 206e6a6..317a4ee 100644
--- a/edlog.c
+++ b/edlog.c
@@ -8,7 +8,7 @@
 #define _XOPEN_SOURCE_EXTENDED
 #define NCURSES_OPAQUE 1
 #ifdef __linux__
-#include <ncurses.h>
+#include <ncursesw/ncurses.h>
 #else
 #include <curses.h>
 #endif