1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-17 09:19:15 -04:00
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

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