diff options
Diffstat (limited to 'hw/acpi/cpu_hotplug_acpi_table.c')
-rw-r--r-- | hw/acpi/cpu_hotplug_acpi_table.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/acpi/cpu_hotplug_acpi_table.c b/hw/acpi/cpu_hotplug_acpi_table.c index 13b210e..97bb109 100644 --- a/hw/acpi/cpu_hotplug_acpi_table.c +++ b/hw/acpi/cpu_hotplug_acpi_table.c @@ -13,6 +13,7 @@ * with this program; if not, see <http://www.gnu.org/licenses/>. */ +#include "qemu/osdep.h" #include "hw/acpi/cpu_hotplug.h" void build_cpu_hotplug_aml(Aml *ctx) |