You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
freshtomato-arm/release/src-rt-6.x.4708/router/patches/libncurses/200-fix_missing_include.patch

15 lines
284 B
Diff

--- libncurses/ncurses/curses.priv.h
+++ libncurses/ncurses/curses.priv.h
@@ -56,6 +56,11 @@ extern "C" {
#include <ncurses_cfg.h>
+#if NEED_WCHAR_H
+#include <stdarg.h>
+#include <wchar.h>
+#endif
+
#if USE_RCS_IDS
#define MODULE_ID(id) static const char Ident[] = id;
#else