From: Priit Laes Date: Wed, 26 Dec 2018 00:37:22 +0000 (+0200) Subject: qom: Include qemu/fprintf-fn.h in cpu.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c0b05ec50e3185bdd402f7e25ba7f2e9922895a0;p=qemu.git qom: Include qemu/fprintf-fn.h in cpu.h 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 --- 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"