From c0b05ec50e3185bdd402f7e25ba7f2e9922895a0 Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Wed, 26 Dec 2018 02:37:22 +0200 Subject: [PATCH] qom: Include qemu/fprintf-fn.h in cpu.h MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit QOM cpu.h uses fprintf_function which requires Qemu's qemu/fprintf-fn.h header. Include it. Signed-off-by: Priit Laes Reviewed-by: Philippe Mathieu-Daudé Message-Id: <20181226003722.31257-1-plaes@plaes.org> Signed-off-by: Laurent Vivier --- include/qom/cpu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/qom/cpu.h b/include/qom/cpu.h index 1396f53e5b..6d1ba53d72 100644 --- a/include/qom/cpu.h +++ b/include/qom/cpu.h @@ -26,6 +26,7 @@ #include "exec/memattrs.h" #include "qapi/qapi-types-run-state.h" #include "qemu/bitmap.h" +#include "qemu/fprintf-fn.h" #include "qemu/rcu_queue.h" #include "qemu/queue.h" #include "qemu/thread.h" -- 2.30.2