* 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

@ -23,6 +23,7 @@
#include <grub/cache.h>
#include <grub/memory.h>
#include <grub/dl.h>
#include <grub/i18n.h>
GRUB_MOD_LICENSE ("GPLv3+");