diff options
Diffstat (limited to 'hw/core/clock.c')
-rw-r--r-- | hw/core/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/core/clock.c b/hw/core/clock.c index 391095e..a81f888 100644 --- a/hw/core/clock.c +++ b/hw/core/clock.c @@ -14,7 +14,7 @@ #include "qemu/osdep.h" #include "qemu/cutils.h" #include "qapi/visitor.h" -#include "sysemu/qtest.h" +#include "system/qtest.h" #include "hw/clock.h" #include "trace.h" |