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  <da...@davemloft.net>

        * 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


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to