diff options
Diffstat (limited to 'system/device_tree.c')
-rw-r--r-- | system/device_tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/device_tree.c b/system/device_tree.c index 11f3178..4bc2d61 100644 --- a/system/device_tree.c +++ b/system/device_tree.c @@ -28,7 +28,7 @@ #include "hw/boards.h" #include "qemu/config-file.h" #include "qapi/qapi-commands-machine.h" -#include "qapi/qmp/qdict.h" +#include "qobject/qdict.h" #include "monitor/hmp.h" #include <libfdt.h> |