Include ncursesw, set locale

This commit is contained in:
James Booth
2013-01-02 20:27:37 +00:00
parent 3b37e53a5c
commit d28930eaf4
11 changed files with 25 additions and 21 deletions

View File

@@ -29,8 +29,8 @@
#ifdef HAVE_NCURSES_H
#include <ncurses.h>
#endif
#ifdef HAVE_NCURSES_NCURSES_H
#include <ncurses/ncurses.h>
#ifdef HAVE_NCURSESW_NCURSES_H
#include <ncursesw/ncurses.h>
#endif
#include "files.h"