summaryrefslogtreecommitdiff
path: root/shells/zsh/patches/patch-bb
blob: 321455e505a4ba19bc66526d6851f607f920cb64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$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