1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

ncurses: fix build error in libncursesw

SVN-Revision: 34739
This commit is contained in:
Felix Fietkau 2012-12-17 15:11:47 +00:00
parent e1e00aed52
commit ba2286296e

@ -0,0 +1,13 @@
--- a/ncurses/curses.priv.h
+++ b/ncurses/curses.priv.h
@@ -54,6 +54,10 @@ extern "C" {
#include <ncurses_cfg.h>
+#if NEED_WCHAR_H
+#include <wchar.h>
+#endif
+
#if USE_RCS_IDS
#define MODULE_ID(id) static const char Ident[] = id;
#else