From 59e984479200751c4decc119852f7f507ecafba1 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Fri, 22 Mar 2019 17:19:38 +0100 Subject: [PATCH] kern/emu/misc.c: Don't include config-util.h when running as GRUB_BUILD Signed-off-by: Vladimir Serbinenko --- grub-core/kern/emu/misc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/grub-core/kern/emu/misc.c b/grub-core/kern/emu/misc.c index 76661337f..65db79baa 100644 --- a/grub-core/kern/emu/misc.c +++ b/grub-core/kern/emu/misc.c @@ -16,7 +16,9 @@ * along with GRUB. If not, see . */ +#ifndef GRUB_BUILD #include +#endif #include #include