mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
ncurses: fix build with musl libc toolchains
Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35811 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
05d6bc87c3
commit
a147f93282
@ -1,10 +1,11 @@
|
||||
--- a/ncurses/curses.priv.h
|
||||
+++ b/ncurses/curses.priv.h
|
||||
@@ -54,6 +54,10 @@ extern "C" {
|
||||
@@ -54,6 +54,11 @@ extern "C" {
|
||||
|
||||
#include <ncurses_cfg.h>
|
||||
|
||||
+#if NEED_WCHAR_H
|
||||
+#include <stdarg.h>
|
||||
+#include <wchar.h>
|
||||
+#endif
|
||||
+
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user