From 05963470a2498080e9445f307d746560b220cd15 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 24 Feb 2018 03:06:06 -0500 Subject: [PATCH] target-i386: Include log.h in smm_helper Fixes a compilation error --- qemu/target-i386/smm_helper.c | 1 + 1 file changed, 1 insertion(+) diff --git a/qemu/target-i386/smm_helper.c b/qemu/target-i386/smm_helper.c index 8d9df241..c2e626db 100644 --- a/qemu/target-i386/smm_helper.c +++ b/qemu/target-i386/smm_helper.c @@ -18,6 +18,7 @@ */ #include "qemu/osdep.h" +#include "qemu/log.h" #include "cpu.h" #include "exec/helper-proto.h"