* grub-core/kern/mm.c: Add missing include of i18n.h

* grub-core/lib/relocator.c: Likewise.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-03 14:20:31 +01:00
parent 347998c27f
commit c84ba308b5
3 changed files with 7 additions and 0 deletions

View 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