hw/i386/q35: Include missing 'hw/acpi/acpi.h' header
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 19 Feb 2024 10:13:48 +0000 (11:13 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 27 Feb 2024 08:37:30 +0000 (09:37 +0100)
commitb6718da464fc39f666635c7b240211395641502d
tree723abd93a293664f46e03fdb5405c9f8eae294d9
parent7156e82f4a4e1928aad5b6df71319ba3f67af0c3
hw/i386/q35: Include missing 'hw/acpi/acpi.h' header

"hw/acpi/acpi.h" is implicitly included. Include it
explicitly to avoid the following error when refactoring
headers:

hw/i386/pc_q35.c:209:43: error: use of undeclared identifier 'ACPI_PM_PROP_ACPI_PCIHP_BRIDGE'
                              ACPI_PM_PROP_ACPI_PCIHP_BRIDGE,
                              ^

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Message-Id: <20240226090600.31952-3-philmd@linaro.org>
hw/i386/pc_q35.c