diff options
Diffstat (limited to 'qapi/qapi-visit-core.h')
-rw-r--r-- | qapi/qapi-visit-core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/qapi-visit-core.h b/qapi/qapi-visit-core.h index 60acedac77..00ce678d0a 100644 --- a/qapi/qapi-visit-core.h +++ b/qapi/qapi-visit-core.h @@ -13,7 +13,7 @@ #ifndef QAPI_VISITOR_CORE_H #define QAPI_VISITOR_CORE_H -#include "qapi/qapi-types-core.h" +#include "error.h" #include <stdlib.h> typedef struct GenericList |