2018-04-04 15:07:26 +00:00
|
|
|
--- a/ncurses/curses.priv.h
|
|
|
|
+++ b/ncurses/curses.priv.h
|
2020-03-04 16:07:54 +00:00
|
|
|
@@ -56,6 +56,11 @@ extern "C" {
|
2018-04-04 15:07:26 +00:00
|
|
|
|
|
|
|
#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
|