Skip to content

Commit 5dd09b8

Browse files
committed
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 <[email protected]> Signed-off-by: Alex Bennée <[email protected]> Message-Id: <[email protected]>
1 parent f85a28d commit 5dd09b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/plugin.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#define PLUGIN_H
1414

1515
#include <gmodule.h>
16+
#include "qemu/queue.h"
1617
#include "qemu/qht.h"
1718

1819
#define QEMU_PLUGIN_MIN_VERSION 2

0 commit comments

Comments
 (0)