mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
14 lines
269 B
C
14 lines
269 B
C
--- RichString.h.orig
|
|
+++ RichString.h
|
|
@@ -16,7 +16,11 @@
|
|
#include "debug.h"
|
|
#include <assert.h>
|
|
#ifdef HAVE_LIBNCURSESW
|
|
+# ifdef HAVE_NCURSESW_CURSES_H
|
|
#include <ncursesw/curses.h>
|
|
+# else
|
|
+#include <curses.h>
|
|
+# endif
|
|
#else
|
|
#include <curses.h>
|
|
#endif
|