diff options
Diffstat (limited to 'hw/i2c.c')
| -rw-r--r-- | hw/i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/i2c.c b/hw/i2c.c index ad361cc57f..0c4fc1dbaa 100644 --- a/hw/i2c.c +++ b/hw/i2c.c @@ -7,7 +7,7 @@ * This code is licensed under the LGPL. */ -#include "hw/i2c.h" +#include "hw/i2c/i2c.h" struct i2c_bus { |