diff options
Diffstat (limited to 'hw/sh_intc.c')
-rw-r--r-- | hw/sh_intc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/sh_intc.c b/hw/sh_intc.c index 7e8f167..647f1cb 100644 --- a/hw/sh_intc.c +++ b/hw/sh_intc.c @@ -10,7 +10,8 @@ #include <assert.h> #include "sh_intc.h" -#include "vl.h" +#include "hw.h" +#include "sh.h" //#define DEBUG_INTC |