qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

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>

+1
+1
plugins/api.c
··· 46 46 #include "qemu/plugin-memory.h" 47 47 #include "hw/boards.h" 48 48 #endif 49 + #include "trace/mem.h" 49 50 50 51 /* Uninstall and Reset handlers */ 51 52