$NetBSD: patch-ab,v 1.4 1999/11/12 16:07:02 agc Exp $

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