diff options
Diffstat (limited to 'hw/arm_l2x0.c')
-rw-r--r-- | hw/arm_l2x0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/arm_l2x0.c b/hw/arm_l2x0.c index ae1e51d009..eb4427d9c4 100644 --- a/hw/arm_l2x0.c +++ b/hw/arm_l2x0.c @@ -18,7 +18,7 @@ * */ -#include "sysbus.h" +#include "hw/sysbus.h" /* L2C-310 r3p2 */ #define CACHE_ID 0x410000c8 |