aboutsummaryrefslogtreecommitdiff
path: root/include/qom
diff options
context:
space:
mode:
authorPriit Laes <plaes@plaes.org>2018-12-26 02:37:22 +0200
committerLaurent Vivier <laurent@vivier.eu>2019-01-09 11:10:28 +0100
commitc0b05ec50e3185bdd402f7e25ba7f2e9922895a0 (patch)
tree3050dfbdc79f5c4bc4a4fc8ce309f43202d89c2d /include/qom
parent097f699ce912f4123a9a7b999e90abbd41e5777e (diff)
downloadqemu-c0b05ec50e3185bdd402f7e25ba7f2e9922895a0.zip
qemu-c0b05ec50e3185bdd402f7e25ba7f2e9922895a0.tar.gz
qemu-c0b05ec50e3185bdd402f7e25ba7f2e9922895a0.tar.bz2
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 <plaes@plaes.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20181226003722.31257-1-plaes@plaes.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'include/qom')
-rw-r--r--include/qom/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qom/cpu.h b/include/qom/cpu.h
index 1396f53..6d1ba53 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"