summaryrefslogtreecommitdiff
path: root/wrappers/ncurses/term.h
blob: 2228ba4e6d9214d08ad26631510cf6fb14080f68 (plain)
1
2
3
4
5
6
7
#ifdef HAVE_NCURSESW_TERM_H
#include <ncursesw/term.h>
#else
#ifdef HAVE_NCURSES_TERM_H
#include <ncurses/term.h>
#endif
#endif