[PATCH 05/10] plugins/plugin.h: include queue.h

Alex Bennée posted 10 patches 1 month, 1 week ago
[PATCH 05/10] plugins/plugin.h: include queue.h
Posted by Alex Bennée 1 month, 1 week ago
Headers should bring in what they need so don't rely on getting
queue.h by side effects. This will help with clean-ups in the
following patches.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 plugins/plugin.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plugins/plugin.h b/plugins/plugin.h
index 30e2299a54..9ed20b5c41 100644
--- a/plugins/plugin.h
+++ b/plugins/plugin.h
@@ -13,6 +13,7 @@
 #define PLUGIN_H
 
 #include <gmodule.h>
+#include "qemu/queue.h"
 #include "qemu/qht.h"
 
 #define QEMU_PLUGIN_MIN_VERSION 2
-- 
2.39.5


Re: [PATCH 05/10] plugins/plugin.h: include queue.h
Posted by Richard Henderson 1 month ago
On 2/25/25 03:08, Alex Bennée wrote:
> Headers should bring in what they need so don't rely on getting
> queue.h by side effects. This will help with clean-ups in the
> following patches.
> 
> Signed-off-by: Alex Bennée<alex.bennee@linaro.org>
> ---
>   plugins/plugin.h | 1 +
>   1 file changed, 1 insertion(+)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~