diff options
Diffstat (limited to 'include/hw/acpi/erst.h')
-rw-r--r-- | include/hw/acpi/erst.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hw/acpi/erst.h b/include/hw/acpi/erst.h index b747fe7..b2ff663 100644 --- a/include/hw/acpi/erst.h +++ b/include/hw/acpi/erst.h @@ -11,6 +11,9 @@ #ifndef HW_ACPI_ERST_H #define HW_ACPI_ERST_H +#include "hw/acpi/bios-linker-loader.h" +#include "qom/object.h" + void build_erst(GArray *table_data, BIOSLinker *linker, Object *erst_dev, const char *oem_id, const char *oem_table_id); |