1 #if defined HAVE_NCURSESW_PANEL_H
2 #include <ncursesw/panel.h>
3 #elif defined HAVE_NCURSES_PANEL_H
4 #include <ncurses/panel.h>
5 #elif defined HAVE_PANEL_H
6 #include <panel.h>
7 #else
8 /* fallback */
9 #include <ncurses/panel.h>
10 #endif
11 
12