diff options
Diffstat (limited to 'tests/rtc-test.c')
| -rw-r--r-- | tests/rtc-test.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/rtc-test.c b/tests/rtc-test.c index 6309b0ef6c..c7af34f6b1 100644 --- a/tests/rtc-test.c +++ b/tests/rtc-test.c @@ -15,7 +15,8 @@ #include "libqtest-single.h" #include "qemu/timer.h" -#include "hw/timer/mc146818rtc_regs.h" +#include "hw/rtc/mc146818rtc.h" +#include "hw/rtc/mc146818rtc_regs.h" #define UIP_HOLD_LENGTH (8 * NANOSECONDS_PER_SECOND / 32768) |