From: Jiri Kalvoda Date: Sun, 18 Jul 2021 13:20:53 +0000 (+0200) Subject: Include ncurses.h instead of ncursesw/ncurses.h X-Git-Tag: v1.12~11 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=76052e12494a1d1280d4c95ebcad1c4fe11297e2;p=checkmail.git Include ncurses.h instead of ncursesw/ncurses.h Some Linux distributions (for example Arch) don't have the subdirectory. --- 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