File pacvim-1.1.1-ncurses.patch of Package pacvim
diff --git a/src/globals.h b/src/globals.h index 8b35e72..be56c07 100644 --- a/src/globals.h +++ b/src/globals.h @@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <curses.h> #else #include <cstddef> -#include <cursesw.h> +#include <ncurses.h> #endif diff --git a/src/helperFns.h b/src/helperFns.h index 7f5020d..2b3823a 100644 --- a/src/helperFns.h +++ b/src/helperFns.h @@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #elif __FreeBSD__ #include <curses.h> #else -#include <cursesw.h> +#include <ncurses.h> #endif