diff options
Diffstat (limited to 'hw/puv3_intc.c')
-rw-r--r-- | hw/puv3_intc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/puv3_intc.c b/hw/puv3_intc.c index 6bc9e1a752..0cd5e9eae0 100644 --- a/hw/puv3_intc.c +++ b/hw/puv3_intc.c @@ -11,7 +11,7 @@ #include "hw/sysbus.h" #undef DEBUG_PUV3 -#include "hw/puv3.h" +#include "hw/unicore32/puv3.h" typedef struct { SysBusDevice busdev; |