diff options
author | Priit Laes | 2018-12-26 01:37:22 +0100 |
---|---|---|
committer | Laurent Vivier | 2019-01-09 11:10:28 +0100 |
commit | c0b05ec50e3185bdd402f7e25ba7f2e9922895a0 (patch) | |
tree | 3050dfbdc79f5c4bc4a4fc8ce309f43202d89c2d /include | |
parent | hw/core: fix whitespace in a sentence (diff) | |
download | qemu-c0b05ec50e3185bdd402f7e25ba7f2e9922895a0.tar.gz qemu-c0b05ec50e3185bdd402f7e25ba7f2e9922895a0.tar.xz qemu-c0b05ec50e3185bdd402f7e25ba7f2e9922895a0.zip |
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')
-rw-r--r-- | include/qom/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
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" |