qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Richard Henderson
Subject: [PULL 16/41] plugins: Include trace/mem.h in api.c
Date: Wed, 8 Jan 2020 14:44:58 +1100

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é <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Reported-by: Alex Bennée <address@hidden>
Signed-off-by: Richard Henderson <address@hidden>
---
 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 */
 
-- 
2.20.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]