diff options
Diffstat (limited to 'hw/max111x.c')
-rw-r--r-- | hw/max111x.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/max111x.c b/hw/max111x.c index 8425bee576..cc3ded1dfe 100644 --- a/hw/max111x.c +++ b/hw/max111x.c @@ -7,7 +7,8 @@ * This code is licensed under the GNU GPLv2. */ -#include <vl.h> +#include "hw.h" +#include "i2c.h" struct max111x_s { qemu_irq interrupt; |