mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
273 B
Plaintext
14 lines
273 B
Plaintext
$NetBSD: patch-ab,v 1.1.1.1 2009/04/11 18:00:42 snj Exp $
|
|
|
|
--- view.h.orig 2009-04-01 13:22:53.000000000 -0700
|
|
+++ view.h 2009-04-01 13:23:01.000000000 -0700
|
|
@@ -22,7 +22,7 @@
|
|
*/
|
|
|
|
|
|
-#include <ncurses.h>
|
|
+#include <curses.h>
|
|
#include <unistd.h>
|
|
#include <signal.h>
|
|
|