Skip to content

fix ncurses.h include

Commit 58559a5b was not backported from 3.3.17 to 4.0.0 resulting in the following build failure when ncursesw headers are not installed in ../usr/include/ncursesw/..:

src/watch.c:56:11: fatal error: ncursesw/ncurses.h: No such file or directory
   56 | # include <ncursesw/ncurses.h>
      |           ^~~~~~~~~~~~~~~~~~~~

Fixes:

Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com

Merge request reports

Loading