summaryrefslogtreecommitdiffstats
path: root/RichString.c
diff options
context:
space:
mode:
Diffstat (limited to 'RichString.c')
-rw-r--r--RichString.c10
1 files changed, 5 insertions, 5 deletions
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 <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