Skip to content
Snippets Groups Projects
Commit bfcbabdf authored by Florian Fainelli's avatar Florian Fainelli
Browse files

ncurses: fix build with musl libc toolchains


Signed-off-by: default avatarFlorian Fainelli <florian@openwrt.org>

SVN-Revision: 35811
parent f880c499
No related branches found
No related tags found
No related merge requests found
--- 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
+
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment