diff options
Diffstat (limited to 'hw/smbus_eeprom.c')
-rw-r--r-- | hw/smbus_eeprom.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hw/smbus_eeprom.c b/hw/smbus_eeprom.c index cf54c34c3..39cf1ce41 100644 --- a/hw/smbus_eeprom.c +++ b/hw/smbus_eeprom.c @@ -22,7 +22,9 @@ * THE SOFTWARE. */ -#include "vl.h" +#include "hw.h" +#include "i2c.h" +#include "smbus.h" //#define DEBUG |