aboutsummaryrefslogtreecommitdiff
path: root/tests/qtest/boot-sector.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qtest/boot-sector.c')
-rw-r--r--tests/qtest/boot-sector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qtest/boot-sector.c b/tests/qtest/boot-sector.c
index 9d9825b..44a109a 100644
--- a/tests/qtest/boot-sector.c
+++ b/tests/qtest/boot-sector.c
@@ -12,7 +12,7 @@
*/
#include "qemu/osdep.h"
#include "boot-sector.h"
-#include "libqos/libqtest.h"
+#include "libqtest.h"
#define LOW(x) ((x) & 0xff)
#define HIGH(x) ((x) >> 8)