summaryrefslogtreecommitdiffstats
path: root/RichString.h
diff options
context:
space:
mode:
Diffstat (limited to 'RichString.h')
-rw-r--r--RichString.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/RichString.h b/RichString.h
index 05991aa4..994f504f 100644
--- a/RichString.h
+++ b/RichString.h
@@ -16,9 +16,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