summaryrefslogtreecommitdiff
path: root/wrappers/panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/panel.h')
-rw-r--r--wrappers/panel.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/wrappers/panel.h b/wrappers/panel.h
new file mode 100644
index 0000000..307a4e6
--- /dev/null
+++ b/wrappers/panel.h
@@ -0,0 +1,7 @@
+#ifdef HAVE_NCURSESW_PANEL_H
+#include <ncursesw/panel.h>
+#else
+#ifdef HAVE_NCURSES_PANEL_H
+#include <ncurses/panel.h>
+#endif
+#endif