summaryrefslogtreecommitdiff
path: root/editors/hexedit/patches/patch-ab
blob: d3ad4f63917669ec9dbaf479b9e92e9e36a8186f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.3 1998/09/28 10:35:56 frueauf Exp $

--- hexedit.h.orig	Mon Aug 31 20:50:50 1998
+++ hexedit.h	Tue Sep 15 13:45:05 1998
@@ -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