2 #ifndef MC_TTY_NCURSES_H
3 #define MC_TTY_NCURSES_H
6 # ifdef HAVE_NCURSES_CURSES_H
7 # include <ncurses/curses.h>
8 # elif HAVE_NCURSESW_CURSES_H
9 # include <ncursesw/curses.h>
15 #endif /* USE_NCURSES */
18 # include <ncursesw/curses.h>
19 #endif /* USE_NCURSESW */
21 #endif /* MC_TTY_NCURSES_H */