diff options
Diffstat (limited to 'hw/misc/tmp105.c')
-rw-r--r-- | hw/misc/tmp105.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/misc/tmp105.c b/hw/misc/tmp105.c index 2e30421..2899647 100644 --- a/hw/misc/tmp105.c +++ b/hw/misc/tmp105.c @@ -22,6 +22,7 @@ #include "hw/hw.h" #include "hw/i2c/i2c.h" #include "hw/irq.h" +#include "migration/vmstate.h" #include "tmp105.h" #include "qapi/error.h" #include "qapi/visitor.h" |