You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
678 B

Index: src/hstr.c
--- src/hstr.c.orig 2015-04-05 11:17:28.210990000 +0200
+++ src/hstr.c 2015-04-05 11:17:54.250505217 +0200
@@ -14,7 +14,7 @@
#ifdef __APPLE__
#include <curses.h>
#else
-#include <ncursesw/curses.h>
+#include <ncurses/curses.h>
#endif
#include <readline/chardefs.h>
#include <regex.h>
Index: src/include/hstr_curses.h
--- src/include/hstr_curses.h.orig 2015-04-05 11:17:28.210990000 +0200
+++ src/include/hstr_curses.h 2015-04-05 11:18:09.110751282 +0200
@@ -13,7 +13,7 @@
#ifdef __APPLE__
#include <curses.h>
#else
-#include <ncursesw/curses.h>
+#include <ncurses/curses.h>
#endif
#define color_attr_on(C) if(terminal_has_colors()) { attron(C); }