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

@ -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