summarylogtreecommitdiffstats
path: root/disable-debian.patch
blob: 518f2835a5b132c6f2d3429604ef067e12757157 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/ui/ncurseswrap.h	2021-12-23 14:30:57.292928343 -0500
+++ src/ui/ncurseswrap.h	2021-12-23 14:35:43.500147277 -0500
@@ -2,7 +2,7 @@
 #define _XOPEN_SOURCE_EXTENDED
 #endif
 #ifndef NO_NCURSESW
-#include <ncursesw/curses.h>
+#include <ncurses.h>
 #else
 #include <ncurses.h>
 #endif