]> git.pld-linux.org Git - packages/libguestfs.git/blame - ncurses.patch
package GUESTFS_DEFAULT_PATH
[packages/libguestfs.git] / ncurses.patch
CommitLineData
345a8818
MM
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
7fe1f2c1
AF
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.085581 seconds and 4 git commands to generate.