Reicher82 / python / sbpython3

Forked from python/sbpython3 2 years ago
Clone

Blame wrappers/ncurses/panel.h

bc7614
#ifdef HAVE_NCURSESW_PANEL_H
bc7614
#include <ncursesw/panel.h>
bc7614
#else
bc7614
#ifdef HAVE_NCURSES_PANEL_H
bc7614
#include <ncurses/panel.h>
bc7614
#endif
bc7614
#endif