[patch 1/1] [ppc64-diag] Fix menu.h include
[email protected] Tue, 25 Mar 2014 14:57:16 +0100
| Newsgroups | gmane.linux.tools.diag.devel |
|---|---|
| Message-ID | <[email protected]> |
--===============0911677923262585643== Content-Disposition: inline; filename=fix_ncurses_menu_header_on_debian On Debian and Fedora /usr/include/menu.h exists. On Fedora /usr/include/ncurses/menu.h is a link on /usr/include/menu.h Signed-off-by: Frédéric Bonnard <[email protected]> --- a/lpd/lp_diag.c +++ b/lpd/lp_diag.c @@ -16,7 +16,7 @@ #include <errno.h> #include <getopt.h> #include <curses.h> -#include <ncurses/menu.h> +#include <menu.h> #include <signal.h> #include "platform.c" --===============0911677923262585643== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech --===============0911677923262585643== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Linux-diag-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-diag-devel --===============0911677923262585643==--