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