--- a/ncurses/curses.priv.h +++ b/ncurses/curses.priv.h @@ -56,6 +56,11 @@ extern "C" { #include +#if NEED_WCHAR_H +#include +#include +#endif + #if USE_RCS_IDS #define MODULE_ID(id) static const char Ident[] = id; #else /gdb/patches/120-sigprocmask-invalid-call.patch?h=v22.03.0-rc6' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
blob: 1ac8f5f2ce33cc9c837518325dfbcefb0b76ed71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38