diff options
Diffstat (limited to 'qmp.c')
| -rw-r--r-- | qmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qmp.c b/qmp.c index a046b68c99..03eba96193 100644 --- a/qmp.c +++ b/qmp.c @@ -24,6 +24,7 @@ #include "hw/qdev.h" #include "sysemu/blockdev.h" #include "qom/qom-qobject.h" +#include "qapi/qmp/qerror.h" #include "qapi/qmp/qobject.h" #include "qapi/qmp-input-visitor.h" #include "hw/boards.h" |