]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/kern/emu/getroot.c: Include config-util.h explicitly.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 22 Jan 2011 14:37:05 +0000 (15:37 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 22 Jan 2011 14:37:05 +0000 (15:37 +0100)
ChangeLog
grub-core/kern/emu/getroot.c

index ba611afad945a460e5e532177894595326e146b4..edb7d46f70e7f5edc767af5bb1f122c0c86fb1de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-22  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/kern/emu/getroot.c: Include config-util.h explicitly.
+
 2011-01-22  Anthony DeRobertis <anthony@derobert.net>
 
        * grub-core/disk/mdraid1x_linux.c (grub_mdraid_detect): Check
index aedef9e0e02756bc9b7cefc3601ddf1537bd3212..110e58b14e6ffec74bc9b9539d72879d3e446c41 100644 (file)
@@ -17,7 +17,9 @@
  *  along with GRUB.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config-util.h>
 #include <config.h>
+
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <assert.h>