diff options
Diffstat (limited to 'hw/mcf_intc.c')
-rw-r--r-- | hw/mcf_intc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/mcf_intc.c b/hw/mcf_intc.c index e469c31192..4e99aeb4fc 100644 --- a/hw/mcf_intc.c +++ b/hw/mcf_intc.c @@ -5,7 +5,8 @@ * * This code is licenced under the GPL */ -#include "vl.h" +#include "hw.h" +#include "mcf.h" typedef struct { uint64_t ipr; |