diff options
Diffstat (limited to 'qapi')
-rw-r--r-- | qapi/qapi-types-core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qapi/qapi-types-core.h b/qapi/qapi-types-core.h index a79bc2b3c3..27e6be0a87 100644 --- a/qapi/qapi-types-core.h +++ b/qapi/qapi-types-core.h @@ -17,4 +17,7 @@ #include "qemu-common.h" #include "error.h" +/* FIXME this is temporary until we remove middle mode */ +#include "monitor.h" + #endif |