diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2019-12-16 15:28:24 -1000 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2020-01-15 15:13:09 -1000 |
commit | 208b2d24205a103533dcde74e7ce24176bc70c5b (patch) | |
tree | 3e52449587efd166d9a62c7642b25bd4a41733c3 /plugins | |
parent | 0fbf9b9ff4114974aab3efdb754521f15d564b22 (diff) |
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 */ |