diff options
Diffstat (limited to 'include/hw/ppc/fdt.h')
-rw-r--r-- | include/hw/ppc/fdt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/ppc/fdt.h b/include/hw/ppc/fdt.h index 0cabb6af04..bd5b0a8c3d 100644 --- a/include/hw/ppc/fdt.h +++ b/include/hw/ppc/fdt.h @@ -11,7 +11,7 @@ #define PPC_FDT_H #include "qemu/error-report.h" -#include "target-ppc/cpu-qom.h" +#include "target/ppc/cpu-qom.h" #define _FDT(exp) \ do { \ |