]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
plugins/plugin.h: include queue.h
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 4 Mar 2025 22:24:31 +0000 (22:24 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Mon, 10 Mar 2025 10:30:01 +0000 (10:30 +0000)
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.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20250304222439.2035603-25-alex.bennee@linaro.org>

plugins/plugin.h

index 30e2299a54db9516e79acfda73e546f74d08fc7a..9ed20b5c413c438efd4a325bbc7648e38e61b352 100644 (file)
@@ -13,6 +13,7 @@
 #define PLUGIN_H
 
 #include <gmodule.h>
+#include "qemu/queue.h"
 #include "qemu/qht.h"
 
 #define QEMU_PLUGIN_MIN_VERSION 2