summaryrefslogtreecommitdiffstats
path: root/RichString.c
diff options
context:
space:
mode:
Diffstat (limited to 'RichString.c')
-rw-r--r--RichString.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/RichString.c b/RichString.c
index 38cb76c5..753c8cfa 100644
--- a/RichString.c
+++ b/RichString.c
@@ -13,9 +13,9 @@
#include "debug.h"
#include <assert.h>
#ifdef HAVE_LIBNCURSESW
-#include <curses.h>
-#else
#include <ncursesw/curses.h>
+#else
+#include <curses.h>
#endif
#define RICHSTRING_MAXLEN 300