$NetBSD: patch-ab,v 1.1.1.1 1999/12/13 02:48:41 hubertf Exp $

--- nctgui.h.orig	Mon Dec 13 02:15:43 1999
+++ nctgui.h	Mon Dec 13 02:18:32 1999
@@ -9,7 +9,11 @@
 
 /* include files used by gui.c and main.c */
 #include <ncurses.h>
+#ifdef __NetBSD__
+#include <slang.h>
+#else
 #include <slang/slang.h>
+#endif
 #include <string.h>
 
 /* defines used by gui.c and main.c */
