15 lines
363 B
Text
15 lines
363 B
Text
$NetBSD: patch-bb,v 1.4 2010/11/27 07:21:27 obache Exp $
|
|
|
|
--- Src/Modules/terminfo.c.orig 2010-03-10 07:58:30.000000000 +0000
|
|
+++ Src/Modules/terminfo.c 2010-03-10 07:58:40.000000000 +0000
|
|
@@ -50,7 +50,9 @@
|
|
# undef offsetof
|
|
# endif
|
|
|
|
-# include <curses.h>
|
|
+# ifndef __NetBSD__
|
|
+# include <curses.h>
|
|
+# endif
|
|
# ifdef HAVE_TERM_H
|
|
# include <term.h>
|
|
# endif
|