summaryrefslogtreecommitdiff
path: root/editors/hexedit/patches/patch-ab
blob: ff4d519cd2772e7b885e0c32ee42ed063fd6c322 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.2 1998/08/27 22:08:38 frueauf Exp $

--- hexedit.h-orig	Wed Aug 26 11:42:48 1998
+++ hexedit.h	Thu Aug 27 23:27:38 1998
@@ -8,7 +8,7 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <unistd.h>
-#include <curses.h>
+#include <ncurses.h>
 #include <ctype.h>
 #include <signal.h>
 #include <sys/wait.h>