]> git.pld-linux.org Git - packages/libguestfs.git/blob - ncurses.patch
- rebuild with perl 5.28.0
[packages/libguestfs.git] / ncurses.patch
1 --- libguestfs-1.36.3/common/progress/progress.c.orig 2011-10-09 14:09:04.429015818 +0200
2 +++ libguestfs-1.36.3/common/progress/progress.c        2011-10-09 14:09:31.781454156 +0200
3 @@ -31,8 +31,8 @@
4  /* Include these last since they redefine symbols such as 'lines'
5   * which seriously breaks other headers.
6   */
7 -#include <term.h>
8 -#include <curses.h>
9 +#include <ncurses/term.h>
10 +#include <ncurses/curses.h>
11  
12  /* Provided by termcap or terminfo emulation, but not defined
13   * in any header file.
This page took 0.080086 seconds and 3 git commands to generate.