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 e671ed8e8e..dc17594bb6 100644 --- a/stubs/qtest.c +++ b/stubs/qtest.c @@ -8,7 +8,7 @@ * See the COPYING file in the top-level directory. */ -#include "qemu-common.h" +#include "sysemu/qtest.h" /* Needed for qtest_allowed() */ bool qtest_allowed; |