diff options
Diffstat (limited to 'hw/acpi/memory_hotplug_acpi_table.c')
-rw-r--r-- | hw/acpi/memory_hotplug_acpi_table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/acpi/memory_hotplug_acpi_table.c b/hw/acpi/memory_hotplug_acpi_table.c index 080d9add5b..c75660215d 100644 --- a/hw/acpi/memory_hotplug_acpi_table.c +++ b/hw/acpi/memory_hotplug_acpi_table.c @@ -9,7 +9,7 @@ * See the COPYING file in the top-level directory. */ -#include <stdbool.h> +#include "qemu/osdep.h" #include "hw/acpi/memory_hotplug.h" #include "include/hw/acpi/pc-hotplug.h" #include "hw/boards.h" |