summaryrefslogtreecommitdiff
path: root/wrappers/ncurses/term.h
blob: 426c296a1a5a084dc2501872c88d223c4a0c1bec (plain)
1
2
3
4
5
6
7
#ifdef HAVE_NCURSESW_PANEL_H
#include <ncursesw/term.h>
#else
#ifdef HAVE_NCURSES_PANEL_H
#include <ncurses/term.h>
#endif
#endif