Add missing include

This commit is contained in:
Robert Millan 2010-11-30 16:23:41 +01:00
parent 8c317b270f
commit c5c9cd3e7d
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
2010-11-30 Robert Millan <rmh@gnu.org>
* grub-core/commands/echo.c (grub_cmd_echo): Call grub_refresh()
after printing a message.
* grub-core/commands/echo.c: Include `<grub/term.h>'.
(grub_cmd_echo): Call grub_refresh() after printing a message.
2010-11-23 Colin Watson <cjwatson@ubuntu.com>

View File

@ -21,6 +21,7 @@
#include <grub/misc.h>
#include <grub/extcmd.h>
#include <grub/i18n.h>
#include <grub/term.h>
static const struct grub_arg_option options[] =
{