diff options
Diffstat (limited to 'hw/misc/max111x.c')
-rw-r--r-- | hw/misc/max111x.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/misc/max111x.c b/hw/misc/max111x.c index ac6d35a81d..d373ece0c9 100644 --- a/hw/misc/max111x.c +++ b/hw/misc/max111x.c @@ -12,6 +12,7 @@ #include "qemu/osdep.h" #include "hw/ssi/ssi.h" +#include "qemu/module.h" typedef struct { SSISlave parent_obj; |