2012-12-17 23:11:47 +08:00
|
|
|
--- a/ncurses/curses.priv.h
|
|
|
|
+++ b/ncurses/curses.priv.h
|
2013-02-27 00:40:07 +08:00
|
|
|
@@ -54,6 +54,11 @@ extern "C" {
|
2012-12-17 23:11:47 +08:00
|
|
|
|
|
|
|
#include <ncurses_cfg.h>
|
|
|
|
|
|
|
|
+#if NEED_WCHAR_H
|
2013-02-27 00:40:07 +08:00
|
|
|
+#include <stdarg.h>
|
2012-12-17 23:11:47 +08:00
|
|
|
+#include <wchar.h>
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
#if USE_RCS_IDS
|
|
|
|
#define MODULE_ID(id) static const char Ident[] = id;
|
|
|
|
#else
|