diff options
author | Paolo Bonzini | 2020-08-04 20:00:40 +0200 |
---|---|---|
committer | Paolo Bonzini | 2020-08-21 12:30:20 +0200 |
commit | a2ce7dbd917a18408cf4bfd132578b46c2752a72 (patch) | |
tree | fb0ddda03657f0ccacf5a42aae65f0b11aaf3ffb /tests/qtest/libqos/i2c.h | |
parent | meson: convert chardev directory to Meson (emulator part) (diff) | |
download | qemu-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.h')
-rw-r--r-- | tests/qtest/libqos/i2c.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/libqos/i2c.h b/tests/qtest/libqos/i2c.h index c65f087834..1341bac1c5 100644 --- a/tests/qtest/libqos/i2c.h +++ b/tests/qtest/libqos/i2c.h @@ -10,7 +10,7 @@ #define LIBQOS_I2C_H #include "libqtest.h" -#include "libqos/qgraph.h" +#include "qgraph.h" typedef struct I2CAdapter I2CAdapter; struct I2CAdapter { |