Re: [patch 1/1] [ppc64-diag] Fix menu.h include
Aruna Balakrishnaiah <[email protected]> Wed, 26 Mar 2014 15:27:00 +0530
| Newsgroups | gmane.linux.tools.diag.devel |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format. --===============0510212003501449379== Content-Type: multipart/alternative; boundary="------------080202070707060504010303" This is a multi-part message in MIME format. --------------080202070707060504010303 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Acked-by: Aruna Balakrishnaiah <[email protected]> On Tuesday 25 March 2014 07:27 PM, [email protected] wrote: > 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" > > --------------080202070707060504010303 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#FFFFFF" text="#000000"> <div class="moz-cite-prefix"><tt><br> Acked-by: Aruna Balakrishnaiah <a class="moz-txt-link-rfc2396E" href="mailto:[email protected]"><[email protected]></a></tt><br> <br> On Tuesday 25 March 2014 07:27 PM, <a class="moz-txt-link-abbreviated" href="mailto:[email protected]">[email protected]</a> wrote:<br> </div> <blockquote cite="mid:[email protected]" type="cite"> <div class="moz-text-plain" wrap="true" graphical-quote="true" style="font-family: -moz-fixed; font-size: 12px;" lang="x-western"> <pre wrap="">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 <a moz-do-not-send="true" class="moz-txt-link-rfc2396E" href="mailto:[email protected]"><[email protected]></a> --- 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" </pre> </div> </blockquote> <br> <tt></tt><br> </body> </html> --------------080202070707060504010303-- --===============0510212003501449379== 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 --===============0510212003501449379== 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 --===============0510212003501449379==--