diff options
Diffstat (limited to 'include/hw/s390x/tod.h')
-rw-r--r-- | include/hw/s390x/tod.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/hw/s390x/tod.h b/include/hw/s390x/tod.h index 9c4a600..4251623 100644 --- a/include/hw/s390x/tod.h +++ b/include/hw/s390x/tod.h @@ -11,8 +11,8 @@ #ifndef HW_S390_TOD_H #define HW_S390_TOD_H -#include "hw/qdev.h" -#include "s390-tod.h" +#include "hw/qdev-core.h" +#include "target/s390x/s390-tod.h" typedef struct S390TOD { uint8_t high; |