]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/normal/menu.c: Add missing include.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 8 Apr 2011 10:12:02 +0000 (12:12 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 8 Apr 2011 10:12:02 +0000 (12:12 +0200)
ChangeLog
grub-core/normal/menu.c

index 9c2b6a95961ed24083f2986ffc39ad5a08034893..7b247ca81fdf33139cae3e9801a1a7c44e12f132 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 2011-04-08  Vladimir Serbinenko  <phcoder@gmail.com>
 
-       * grub-core/disk/raid.c [GRUB_UTIL]: Addmissing include.
+       * grub-core/normal/menu.c: Add missing include.
+
+2011-04-08  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/disk/raid.c [GRUB_UTIL]: Add missing include.
 
 2011-04-08  Martin Zuther <mzuther@mzuther.de>
 
index bfcdd0ac5379e74002e3e40d35113771b69a46ca..5844cb2f0dc12b3f8c65c46a69b840dadfebf32d 100644 (file)
@@ -31,6 +31,7 @@
 #include <grub/term.h>
 #include <grub/script_sh.h>
 #include <grub/gfxterm.h>
+#include <grub/dl.h>
 
 /* Time to delay after displaying an error message about a default/fallback
    entry failing to boot.  */