diff options
author | Richard Henderson | 2019-12-17 02:28:24 +0100 |
---|---|---|
committer | Richard Henderson | 2020-01-16 02:13:09 +0100 |
commit | 208b2d24205a103533dcde74e7ce24176bc70c5b (patch) | |
tree | 3e52449587efd166d9a62c7642b25bd4a41733c3 /plugins | |
parent | linux-user: Include trace-root.h in syscall-trace.h (diff) | |
download | qemu-208b2d24205a103533dcde74e7ce24176bc70c5b.tar.gz qemu-208b2d24205a103533dcde74e7ce24176bc70c5b.tar.xz qemu-208b2d24205a103533dcde74e7ce24176bc70c5b.zip |
plugins: Include trace/mem.h in api.c
Code movement in an upcoming patch will show that this file
was implicitly depending on trace/mem.h being included beforehand.
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reported-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/api.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/api.c b/plugins/api.c index fa1d9f276d..53c8a73582 100644 --- a/plugins/api.c +++ b/plugins/api.c @@ -46,6 +46,7 @@ #include "qemu/plugin-memory.h" #include "hw/boards.h" #endif +#include "trace/mem.h" /* Uninstall and Reset handlers */ |