aboutsummaryrefslogtreecommitdiff
path: root/include/hw/i2c/smbus_eeprom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/i2c/smbus_eeprom.h')
-rw-r--r--include/hw/i2c/smbus_eeprom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/i2c/smbus_eeprom.h b/include/hw/i2c/smbus_eeprom.h
index 0f96836bab..15e2151b50 100644
--- a/include/hw/i2c/smbus_eeprom.h
+++ b/include/hw/i2c/smbus_eeprom.h
@@ -23,6 +23,7 @@
#ifndef HW_SMBUS_EEPROM_H
#define HW_SMBUS_EEPROM_H
+#include "exec/cpu-common.h"
#include "hw/i2c/i2c.h"
void smbus_eeprom_init_one(I2CBus *bus, uint8_t address, uint8_t *eeprom_buf);