From 9b87e52d413b1bfaa2de86a421c836b36101cbdd Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 3 Nov 2011 22:01:54 +0000 Subject: try to use unicode headers first --- RichString.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'RichString.c') diff --git a/RichString.c b/RichString.c index aef8c959..4c617095 100644 --- a/RichString.c +++ b/RichString.c @@ -12,14 +12,14 @@ #include "debug.h" #include -#ifdef HAVE_CURSES_H -#include -#elif HAVE_NCURSES_H -#include -#elif HAVE_NCURSESW_CURSES_H +#ifdef HAVE_NCURSESW_CURSES_H #include #elif HAVE_NCURSES_NCURSES_H #include +#elif HAVE_NCURSES_H +#include +#elif HAVE_CURSES_H +#include #endif #define RICHSTRING_MAXLEN 300 -- cgit v1.2.3