]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2008-01-05 Jeroen Dekkers <jeroen@dekkers.cx>
authorjeroen <jeroen@localhost>
Sat, 5 Jan 2008 21:45:21 +0000 (21:45 +0000)
committerjeroen <jeroen@localhost>
Sat, 5 Jan 2008 21:45:21 +0000 (21:45 +0000)
* include/grub/normal.h: Include <grub/env.h>.

ChangeLog
include/grub/normal.h

index 6028eea2694e9826272bd101debe8323fb4777f2..6a88d43e2e21dcf3b16662478070ae51300d3fed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 8cfe22b5ef7d74de030bb22dbc2f8b54c7ed7457..f69ea2b83fa9f4b77bce3c406be72b6b4a28c0da 100644 (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