summaryrefslogtreecommitdiffstats
path: root/RichString.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2011-11-03 22:07:10 +0000
committerHisham Muhammad <hisham@gobolinux.org>2011-11-03 22:07:10 +0000
commitb45b9e2b33d474f6bef70ead2011f2da65333fa2 (patch)
tree0751f1f654058df4fd6c6d991ecc3cf178826c74 /RichString.h
parent9b87e52d413b1bfaa2de86a421c836b36101cbdd (diff)
use unicode header first
Diffstat (limited to 'RichString.h')
-rw-r--r--RichString.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/RichString.h b/RichString.h
index 754ff9b2..a95726f7 100644
--- a/RichString.h
+++ b/RichString.h
@@ -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

© 2014-2024 Faster IT GmbH | imprint | privacy policy