summaryrefslogtreecommitdiffstats
path: root/tests/qtest/libqos/i2c.c
diff options
context:
space:
mode:
authorPaolo Bonzini2020-08-04 20:00:40 +0200
committerPaolo Bonzini2020-08-21 12:30:20 +0200
commita2ce7dbd917a18408cf4bfd132578b46c2752a72 (patch)
treefb0ddda03657f0ccacf5a42aae65f0b11aaf3ffb /tests/qtest/libqos/i2c.c
parentmeson: convert chardev directory to Meson (emulator part) (diff)
downloadqemu-a2ce7dbd917a18408cf4bfd132578b46c2752a72.tar.gz
qemu-a2ce7dbd917a18408cf4bfd132578b46c2752a72.tar.xz
qemu-a2ce7dbd917a18408cf4bfd132578b46c2752a72.zip
meson: convert tests/qtest to meson
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests/qtest/libqos/i2c.c')
-rw-r--r--tests/qtest/libqos/i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/libqos/i2c.c b/tests/qtest/libqos/i2c.c
index 38f800dbab..ade1bdb40e 100644
--- a/tests/qtest/libqos/i2c.c
+++ b/tests/qtest/libqos/i2c.c
@@ -7,7 +7,7 @@
* See the COPYING file in the top-level directory.
*/
#include "qemu/osdep.h"
-#include "libqos/i2c.h"
+#include "i2c.h"
#include "libqtest.h"
void qi2c_send(QI2CDevice *i2cdev, const uint8_t *buf, uint16_t len)