Add missing include
This commit is contained in:
parent
8c317b270f
commit
c5c9cd3e7d
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
2010-11-30 Robert Millan <rmh@gnu.org>
|
2010-11-30 Robert Millan <rmh@gnu.org>
|
||||||
|
|
||||||
* grub-core/commands/echo.c (grub_cmd_echo): Call grub_refresh()
|
* grub-core/commands/echo.c: Include `<grub/term.h>'.
|
||||||
after printing a message.
|
(grub_cmd_echo): Call grub_refresh() after printing a message.
|
||||||
|
|
||||||
2010-11-23 Colin Watson <cjwatson@ubuntu.com>
|
2010-11-23 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
#include <grub/misc.h>
|
#include <grub/misc.h>
|
||||||
#include <grub/extcmd.h>
|
#include <grub/extcmd.h>
|
||||||
#include <grub/i18n.h>
|
#include <grub/i18n.h>
|
||||||
|
#include <grub/term.h>
|
||||||
|
|
||||||
static const struct grub_arg_option options[] =
|
static const struct grub_arg_option options[] =
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue