diff options
Diffstat (limited to 'include/hw/acpi/tco.h')
-rw-r--r-- | include/hw/acpi/tco.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hw/acpi/tco.h b/include/hw/acpi/tco.h index d19dd59353..726f840cce 100644 --- a/include/hw/acpi/tco.h +++ b/include/hw/acpi/tco.h @@ -6,9 +6,12 @@ * This work is licensed under the terms of the GNU GPL, version 2 or later. * See the COPYING file in the top-level directory. */ + #ifndef HW_ACPI_TCO_H #define HW_ACPI_TCO_H +#include "exec/memory.h" +#include "migration/vmstate.h" /* As per ICH9 spec, the internal timer has an error of ~0.6s on every tick */ #define TCO_TICK_NSEC 600000000LL |