1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/sysutils/htop/files/patch-RichString.h
Yi-Jheng Lin 80fd2dfdd1 - Update to 0.8.3
Approved by:	rafan (co-mentor)
2009-08-07 15:27:02 +00:00

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