commit | 7b1b5d191385ca52e96caae2a05c64f3a63855d9 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Dec 17 18:19:43 2012 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Dec 19 08:31:31 2012 +0100 |
tree | 53b7194e77868d920eddcd41504741fe5bfda337 | |
parent | cb9c377f54a756b04ef92c1c2e0453613ee863cf [diff] [blame] |
qapi: move include files to include/qobject/ Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
diff --git a/stubs/arch-query-cpu-def.c b/stubs/arch-query-cpu-def.c index 47b5246..6eca852 100644 --- a/stubs/arch-query-cpu-def.c +++ b/stubs/arch-query-cpu-def.c
@@ -1,6 +1,6 @@ #include "qemu-common.h" #include "arch_init.h" -#include "qerror.h" +#include "qapi/qmp/qerror.h" CpuDefinitionInfoList *arch_query_cpu_definitions(Error **errp) {