diff options
Diffstat (limited to 'hw/riscv/numa.c')
-rw-r--r-- | hw/riscv/numa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/riscv/numa.c b/hw/riscv/numa.c index cf686f4..7a7b012 100644 --- a/hw/riscv/numa.c +++ b/hw/riscv/numa.c @@ -23,7 +23,7 @@ #include "hw/boards.h" #include "hw/qdev-properties.h" #include "hw/riscv/numa.h" -#include "sysemu/device_tree.h" +#include "system/device_tree.h" static bool numa_enabled(const MachineState *ms) { |