From 342cd340f6e73a974053dd09ed1bf8a9c1ed4458 Mon Sep 17 00:00:00 2001 From: Daniel Kiper Date: Mon, 8 Sep 2014 15:22:18 +0200 Subject: xen/efi: Directly include needed headers I discovered that some needed stuff is defined/declared in headers which are not included directly. Currently it works but if somebody remove required headers from currently included headers then build will break. So, just in case directly include all needed headers. Signed-off-by: Daniel Kiper Signed-off-by: David Vrabel --- arch/x86/xen/efi.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/x86/xen/efi.c') diff --git a/arch/x86/xen/efi.c b/arch/x86/xen/efi.c index a02e09e18f57..be14cc3e48d5 100644 --- a/arch/x86/xen/efi.c +++ b/arch/x86/xen/efi.c @@ -15,12 +15,14 @@ * with this program. If not, see . */ +#include #include #include #include #include +#include #include void __init xen_efi_init(void) -- cgit v1.2.3