use unicode header first

This commit is contained in:
Hisham Muhammad 2011-11-03 22:07:10 +00:00
parent 9b87e52d41
commit b45b9e2b33
1 changed files with 5 additions and 5 deletions

View File

@ -15,14 +15,14 @@
#include "debug.h"
#include <assert.h>
#ifdef HAVE_CURSES_H
#include <curses.h>
#elif HAVE_NCURSES_H
#include <ncurses.h>
#elif HAVE_NCURSESW_CURSES_H
#ifdef HAVE_NCURSESW_CURSES_H
#include <ncursesw/curses.h>
#elif HAVE_NCURSES_NCURSES_H
#include <ncurses/ncurses.h>
#elif HAVE_NCURSES_H
#include <ncurses.h>
#elif HAVE_CURSES_H
#include <curses.h>
#endif
#define RICHSTRING_MAXLEN 300