diff options
Diffstat (limited to 'stubs/qtest.c')
-rw-r--r-- | stubs/qtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stubs/qtest.c b/stubs/qtest.c index 39e376e..6c39725 100644 --- a/stubs/qtest.c +++ b/stubs/qtest.c @@ -9,7 +9,7 @@ */ #include "qemu/osdep.h" -#include "sysemu/qtest.h" +#include "system/qtest.h" /* Needed for qtest_allowed() */ bool qtest_allowed; |