2008-01-05 Jeroen Dekkers <jeroen@dekkers.cx>
* include/grub/normal.h: Include <grub/env.h>.
This commit is contained in:
parent
fd79f3cf0b
commit
f3b58148d6
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2008-01-05 Jeroen Dekkers <jeroen@dekkers.cx>
|
||||||
|
|
||||||
|
* include/grub/normal.h: Include <grub/env.h>.
|
||||||
|
|
||||||
2008-01-05 Robert Millan <rmh@aybabtu.com>
|
2008-01-05 Robert Millan <rmh@aybabtu.com>
|
||||||
|
|
||||||
* util/i386/pc/grub-setup.c (usage): Replace obsolete `(hd0,0)' in
|
* util/i386/pc/grub-setup.c (usage): Replace obsolete `(hd0,0)' in
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
#include <grub/symbol.h>
|
#include <grub/symbol.h>
|
||||||
#include <grub/err.h>
|
#include <grub/err.h>
|
||||||
#include <grub/arg.h>
|
#include <grub/arg.h>
|
||||||
|
#include <grub/env.h>
|
||||||
|
|
||||||
/* The maximum size of a command-line. */
|
/* The maximum size of a command-line. */
|
||||||
#define GRUB_MAX_CMDLINE 1600
|
#define GRUB_MAX_CMDLINE 1600
|
||||||
|
|
Loading…
Reference in a new issue