]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/kern/mm.c: Add missing include of i18n.h
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 3 Feb 2012 13:20:31 +0000 (14:20 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 3 Feb 2012 13:20:31 +0000 (14:20 +0100)
* grub-core/lib/relocator.c: Likewise.

ChangeLog
grub-core/kern/mm.c
grub-core/lib/relocator.c

index fee747912bb8618f25033041c1f7bc465a0d7457..c1b7ec5dae6bd5b8b1419ceedd4abb50e546f33d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-02-03  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/kern/mm.c: Add missing include of i18n.h
+       * grub-core/lib/relocator.c: Likewise.
+
 2012-02-03  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/loader/ia64/efi/linux.c (find_mmap_size): Replace fatal with
index 80dd05e8e07e1f2c26def724ee435c5aa71861e5..95dd5ddf1dbeb4851067c9138e2e005bf3ae7398 100644 (file)
@@ -65,6 +65,7 @@
 #include <grub/types.h>
 #include <grub/disk.h>
 #include <grub/dl.h>
+#include <grub/i18n.h>
 #include <grub/mm_private.h>
 
 #ifdef MM_DEBUG
index 2d0117a8138301834666c5e3c6553ea0f45e0754..663064655a4d22780e9613f32e2b7252be419d6c 100644 (file)
@@ -23,6 +23,7 @@
 #include <grub/cache.h>
 #include <grub/memory.h>
 #include <grub/dl.h>
+#include <grub/i18n.h>
 
 GRUB_MOD_LICENSE ("GPLv3+");