From: Philippe Mathieu-Daudé Date: Mon, 19 Feb 2024 10:05:42 +0000 (+0100) Subject: hw/acpi/ich9_tco: Include missing 'migration/vmstate.h' header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=066804029f089e43fe77ddbf1ba45b0dc0ba574c;p=qemu.git hw/acpi/ich9_tco: Include missing 'migration/vmstate.h' header We need the VMStateDescription structure definition from "migration/vmstate.h" in order to declare vmstate_tco_io_sts. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Zhao Liu Message-Id: <20240219141412.71418-4-philmd@linaro.org> --- diff --git a/include/hw/acpi/ich9_tco.h b/include/hw/acpi/ich9_tco.h index c4393caee0..2562a7cf39 100644 --- a/include/hw/acpi/ich9_tco.h +++ b/include/hw/acpi/ich9_tco.h @@ -11,6 +11,7 @@ #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