mirror of
https://github.com/qemu/qemu.git
synced 2025-08-16 14:54:29 +00:00
plugins/plugin.h: include queue.h
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>
This commit is contained in:
parent
f85a28dedf
commit
5dd09b8157
@ -13,6 +13,7 @@
|
||||
#define PLUGIN_H
|
||||
|
||||
#include <gmodule.h>
|
||||
#include "qemu/queue.h"
|
||||
#include "qemu/qht.h"
|
||||
|
||||
#define QEMU_PLUGIN_MIN_VERSION 2
|
||||
|
Loading…
Reference in New Issue
Block a user