Am Sonntag, den 27.07.2008, 15:03 +0200 schrieb Robert Millan:
> Done.
> 

Ok, the patch I sent you attached offlist, because the one I posted
inline here onlist didn't work for you, had a missing #include
"grub/term.h"
Attached is a patch for it.

I don't know if you want to leave changelog untouched or want to remove
the
 
Include <grub/term.h>.

part from the committed part and add a new block above so everyone can
see I did again a mistake :)

I really hope I don't make again such a nasty little mistake.

Just in case you want a new changelog entry, but then please don't
forgot to remove it from the existing one.

2008-07-27 Felix Zielcke <[EMAIL PROTECTED]>

        * commands/help.c: Include <grub/term.h>.

Index: commands/help.c
===================================================================
--- commands/help.c	(Revision 1739)
+++ commands/help.c	(Arbeitskopie)
@@ -21,6 +21,7 @@
 #include <grub/dl.h>
 #include <grub/arg.h>
 #include <grub/misc.h>
+#include <grub/term.h>
 
 static grub_err_t
 grub_cmd_help (struct grub_arg_list *state __attribute__ ((unused)), int argc,
_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to