diff options
Diffstat (limited to 'hw/i2c/core.c')
-rw-r--r-- | hw/i2c/core.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/i2c/core.c b/hw/i2c/core.c index 5a64026347..ba22104af8 100644 --- a/hw/i2c/core.c +++ b/hw/i2c/core.c @@ -7,6 +7,7 @@ * This code is licensed under the LGPL. */ +#include "qemu/osdep.h" #include "hw/i2c/i2c.h" struct I2CBus |