diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2020-02-03 11:42:03 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2020-08-21 06:30:17 -0400 |
commit | 2becc36a3e53dc9b8ed01c5288e21a2463f1f640 (patch) | |
tree | a9d1f784c47bc111897d41db50972c4628bf6607 /softmmu/qtest.c | |
parent | d3b184809608f3ea948b199d779ec02169ad7085 (diff) | |
download | qemu-2becc36a3e53dc9b8ed01c5288e21a2463f1f640.zip |
meson: infrastructure for building emulators
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'softmmu/qtest.c')
-rw-r--r-- | softmmu/qtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/softmmu/qtest.c b/softmmu/qtest.c index 5672b75c35..4e439caec7 100644 --- a/softmmu/qtest.c +++ b/softmmu/qtest.c @@ -27,7 +27,7 @@ #include "qemu/error-report.h" #include "qemu/module.h" #include "qemu/cutils.h" -#include "config-devices.h" +#include CONFIG_DEVICES #ifdef CONFIG_PSERIES #include "hw/ppc/spapr_rtas.h" #endif |