Add missing includes of loader.h.

This commit is contained in:
Vladimir Serbinenko 2013-11-13 00:43:03 +01:00
parent 300f48c532
commit ef28ee8bc1
4 changed files with 7 additions and 0 deletions

View file

@ -23,6 +23,7 @@
#include <grub/mm.h>
#include <grub/time.h>
#include <grub/efi/efi.h>
#include <grub/loader.h>
static grub_uint64_t tmr;
static grub_efi_event_t tmr_evt;