grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH]: Build warning fix.


From: David Miller
Subject: [PATCH]: Build warning fix.
Date: Sun, 03 May 2009 15:06:37 -0700 (PDT)

I just committed the following.

I see people talking about enabling -Werror, but nobody is
watching for even the most obvious new warning messages
when they commit new changes :-(

2009-05-03  David S. Miller  <address@hidden>

        * normal/menu.c: Include grub/parser.h

diff --git a/normal/menu.c b/normal/menu.c
index abf1b0f..e1d7edc 100644
--- a/normal/menu.c
+++ b/normal/menu.c
@@ -25,6 +25,7 @@
 #include <grub/env.h>
 #include <grub/menu_viewer.h>
 #include <grub/command.h>
+#include <grub/parser.h>
 
 /* Get a menu entry by its index in the entry list.  */
 grub_menu_entry_t




reply via email to

[Prev in Thread] Current Thread [Next in Thread]