summary refs log tree commit diff stats
path: root/tests/qtest/libqos/libqos-pc.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2020-08-04 20:00:40 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2020-08-21 06:30:20 -0400
commita2ce7dbd917a18408cf4bfd132578b46c2752a72 (patch)
treefb0ddda03657f0ccacf5a42aae65f0b11aaf3ffb /tests/qtest/libqos/libqos-pc.h
parent2634733c6bfcb803a6b8f107a8ed1f3c598b0a47 (diff)
downloadfocaccia-qemu-a2ce7dbd917a18408cf4bfd132578b46c2752a72.tar.gz
focaccia-qemu-a2ce7dbd917a18408cf4bfd132578b46c2752a72.zip
meson: convert tests/qtest to meson
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/qtest/libqos/libqos-pc.h')
-rw-r--r--tests/qtest/libqos/libqos-pc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/libqos/libqos-pc.h b/tests/qtest/libqos/libqos-pc.h
index a0e4c45516..1a9923ead4 100644
--- a/tests/qtest/libqos/libqos-pc.h
+++ b/tests/qtest/libqos/libqos-pc.h
@@ -1,7 +1,7 @@
 #ifndef LIBQOS_PC_H
 #define LIBQOS_PC_H
 
-#include "libqos/libqos.h"
+#include "libqos.h"
 
 QOSState *qtest_pc_vboot(const char *cmdline_fmt, va_list ap);
 QOSState *qtest_pc_boot(const char *cmdline_fmt, ...);