plugins: Include trace/mem.h in api.c
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 17 Dec 2019 01:28:24 +0000 (15:28 -1000)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 16 Jan 2020 01:13:09 +0000 (15:13 -1000)
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

index fa1d9f276d344008821c406a979cd13c076178bf..53c8a7358231bc5c6e6b27fdff56b3ef99e66634 100644 (file)
@@ -46,6 +46,7 @@
 #include "qemu/plugin-memory.h"
 #include "hw/boards.h"
 #endif
+#include "trace/mem.h"
 
 /* Uninstall and Reset handlers */