$NetBSD: patch-ab,v 1.2 2000/04/16 02:57:22 mycroft Exp $

--- nctgui.h.orig	Sun Dec  5 21:40:20 1999
+++ nctgui.h	Sat Apr 15 22:16:51 2000
@@ -8,8 +8,11 @@
 */
 
 /* include files used by gui.c and main.c */
+#ifdef __NetBSD__
+#include <ncurses.h>
+#else
 #include <ncurses.h>
-#include <slang/slang.h>
+#endif
 #include <string.h>
 
 /* defines used by gui.c and main.c */
