diff options
Diffstat (limited to 'hw/core/bus.c')
-rw-r--r-- | hw/core/bus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/core/bus.c b/hw/core/bus.c index 60c4720379..e6baa04e52 100644 --- a/hw/core/bus.c +++ b/hw/core/bus.c @@ -19,6 +19,7 @@ #include "qemu/osdep.h" #include "qemu/ctype.h" +#include "qemu/module.h" #include "hw/qdev.h" #include "qapi/error.h" |