diff mbox series

[PULL,16/41] plugins: Include trace/mem.h in api.c

Message ID 20200108034523.17349-17-richard.henderson@linaro.org
State New
Headers show
Series [PULL,01/41] configure: Drop adjustment of textseg | expand

Commit Message

Richard Henderson Jan. 8, 2020, 3:44 a.m. UTC
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>
---
 plugins/api.c | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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 */