From b45b9e2b33d474f6bef70ead2011f2da65333fa2 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Thu, 3 Nov 2011 22:07:10 +0000 Subject: [PATCH] use unicode header first --- RichString.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/RichString.h b/RichString.h index 754ff9b..a95726f 100644 --- a/RichString.h +++ b/RichString.h @@ -15,14 +15,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 -- GitLab