1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-28 12:19:27 +03:00
openwrt-xburst/package/libs/ncurses/patches/200-fix_missing_include.patch

14 lines
245 B
Diff
Raw Normal View History

--- 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