diff options
-rw-r--r-- | src/definitions.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/definitions.h b/src/definitions.h index b461caf9..c73b4a82 100644 --- a/src/definitions.h +++ b/src/definitions.h @@ -60,10 +60,7 @@ #include <stdlib.h> #include <sys/stat.h> -/* Prefer wide ncurses over normal ncurses over curses. */ -#if defined(HAVE_NCURSESW_NCURSES_H) -#include <ncursesw/ncurses.h> -#elif defined(HAVE_NCURSES_H) +#ifdef HAVE_NCURSES_H #include <ncurses.h> #else #include <curses.h> |