summaryrefslogtreecommitdiff
path: root/editors/hexedit/patches/patch-ab
blob: e4a2525ce607b42abc41c7797b28059211552e15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.5 2001/10/01 00:51:47 wiz Exp $

--- hexedit.h	1999/11/12 15:56:55	1.1
+++ hexedit.h	1999/11/12 15:57:32
@@ -12,7 +12,7 @@
 #if HAVE_UNISTD_H
 #include <unistd.h>
 #endif
-#include <curses.h>
+#include <ncurses.h>
 #include <ctype.h>
 #include <signal.h>
 #if HAVE_SYS_WAIT_H