mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
80fd2dfdd1
Approved by: rafan (co-mentor)
15 lines
269 B
C
15 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
|