From 208b2d24205a103533dcde74e7ce24176bc70c5b Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 16 Dec 2019 15:28:24 -1000 Subject: [PATCH] plugins: Include trace/mem.h in api.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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é Reviewed-by: Philippe Mathieu-Daudé Reported-by: Alex Bennée Signed-off-by: Richard Henderson --- plugins/api.c | 1 + 1 file changed, 1 insertion(+) 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 */