summaryrefslogtreecommitdiffstats
path: root/RichString.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2011-11-03 22:01:54 +0000
committerHisham Muhammad <hisham@gobolinux.org>2011-11-03 22:01:54 +0000
commit9b87e52d413b1bfaa2de86a421c836b36101cbdd (patch)
treefe3974695bc54edf996c4dfbab7f2a4bf65b224c /RichString.c
parentc18ccdb9106a6141de98d59199ec918ed11f28d8 (diff)
try to use unicode headers first
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

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