200-fix_missing_include.patch 266 B

1234567891011121314
  1. --- a/ncurses/curses.priv.h
  2. +++ b/ncurses/curses.priv.h
  3. @@ -55,6 +55,11 @@ extern "C" {
  4. #include <ncurses_cfg.h>
  5. +#if NEED_WCHAR_H
  6. +#include <stdarg.h>
  7. +#include <wchar.h>
  8. +#endif
  9. +
  10. #if USE_RCS_IDS
  11. #define MODULE_ID(id) static const char Ident[] = id;
  12. #else