pkgsrc/editors/hexedit/patches/patch-ab
1998-09-28 10:35:48 +00:00

13 lines
313 B
Text

$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