2008-01-05 Jeroen Dekkers <jeroen@dekkers.cx>

* include/grub/normal.h: Include <grub/env.h>.
This commit is contained in:
jeroen 2008-01-05 21:45:21 +00:00
parent fd79f3cf0b
commit f3b58148d6
2 changed files with 5 additions and 0 deletions

View file

@ -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>
* util/i386/pc/grub-setup.c (usage): Replace obsolete `(hd0,0)' in

View file

@ -24,6 +24,7 @@
#include <grub/symbol.h>
#include <grub/err.h>
#include <grub/arg.h>
#include <grub/env.h>
/* The maximum size of a command-line. */
#define GRUB_MAX_CMDLINE 1600