blob: 2aa43ee9e67dfa84abe6d9f4b0a9f1713484d5cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$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 */
|