summaryrefslogtreecommitdiffstats
path: root/RichString.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2009-06-08 21:08:02 +0000
committerHisham Muhammad <hisham@gobolinux.org>2009-06-08 21:08:02 +0000
commit3e6be2d7f7492ecd6cf5c1a6647e403e9be59de9 (patch)
tree450683216bb7a2def6af9e4c400719e358b64ecf /RichString.h
parent4206828d17232d2ee048452214df36627ae56207 (diff)
fix to minor bug affecting the build process, a maintenance release will follow shortly.
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

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