From 76052e12494a1d1280d4c95ebcad1c4fe11297e2 Mon Sep 17 00:00:00 2001 From: Jiri Kalvoda Date: Sun, 18 Jul 2021 15:20:53 +0200 Subject: [PATCH] Include ncurses.h instead of ncursesw/ncurses.h Some Linux distributions (for example Arch) don't have the subdirectory. --- cm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cm.c b/cm.c index 987265a..e6b9daa 100644 --- a/cm.c +++ b/cm.c @@ -23,7 +23,7 @@ #include #ifdef CONFIG_WIDE_CURSES -#include +#include #else #include #endif -- 2.39.2