Revision: 1740
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=1740
Author: robertmh
Date: 2008-07-27 15:44:37 +0000 (Sun, 27 Jul 2008)
Log Message:
-----------
add grub/term.h like ChangeLog says..
Modified Paths:
--------------
trunk/grub2/commands/help.c
Modified: trunk/grub2/commands/help.c
===================================================================
--- trunk/grub2/commands/help.c 2008-07-27 15:41:43 UTC (rev 1739)
+++ trunk/grub2/commands/help.c 2008-07-27 15:44:37 UTC (rev 1740)
@@ -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,