You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
252 B

  1. --- a/lib/tty/tty-ncurses.h
  2. +++ b/lib/tty/tty-ncurses.h
  3. @@ -3,6 +3,7 @@
  4. #define MC__TTY_NCURSES_H
  5. #ifdef USE_NCURSES
  6. +#define _XOPEN_SOURCE_EXTENDED
  7. #ifdef HAVE_NCURSES_CURSES_H
  8. #include <ncurses/curses.h>
  9. #elif defined (HAVE_NCURSES_NCURSES_H)