]> git.pld-linux.org Git - packages/libguestfs.git/commitdiff
- fix curses include
authorArtur Frysiak <artur@frysiak.net>
Sun, 9 Oct 2011 19:06:41 +0000 (19:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ncurses.patch -> 1.1

ncurses.patch [new file with mode: 0644]

diff --git a/ncurses.patch b/ncurses.patch
new file mode 100644 (file)
index 0000000..24a6989
--- /dev/null
@@ -0,0 +1,13 @@
+--- libguestfs-1.12.7/fish/progress.c.wiget    2011-10-09 14:09:04.429015818 +0200
++++ libguestfs-1.12.7/fish/progress.c  2011-10-09 14:09:31.781454156 +0200
+@@ -31,8 +31,8 @@
+ /* Include these last since they redefine symbols such as 'lines'
+  * which seriously breaks other headers.
+  */
+-#include <term.h>
+-#include <curses.h>
++#include <ncurses/term.h>
++#include <ncurses/curses.h>
+ /* Provided by termcap or terminfo emulation, but not defined
+  * in any header file.
This page took 0.090359 seconds and 4 git commands to generate.