mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-16 19:11:53 +02:00
ncurses: fix build error in libncursesw
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34739 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
729e3e48e6
commit
9114e89b44
13
package/libs/ncurses/patches/200-fix_missing_include.patch
Normal file
13
package/libs/ncurses/patches/200-fix_missing_include.patch
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user