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