Add files from parent branch HEAD:
[pkgsrc.git] / shells / zsh / patches / patch-bb
1 $NetBSD$
2
3 --- Src/Modules/terminfo.c.orig 2010-03-10 07:58:30.000000000 +0000
4 +++ Src/Modules/terminfo.c      2010-03-10 07:58:40.000000000 +0000
5 @@ -50,7 +50,9 @@
6  #  undef offsetof
7  # endif
8  
9 -# include <curses.h>
10 +# ifdef TERM_H_NEEDS_CURSES_H
11 +#  include <curses.h>
12 +# endif
13  # ifdef HAVE_TERM_H
14  #  include <term.h>
15  # endif