diff --git a/src/include/gpxe/acpi.h b/src/include/gpxe/acpi.h index 0c4f4846..a9632187 100644 --- a/src/include/gpxe/acpi.h +++ b/src/include/gpxe/acpi.h @@ -34,6 +34,6 @@ struct acpi_description_header { char asl_compiler_id[4]; /** ASL compiler revision number */ uint32_t asl_compiler_revision; -}; +} __attribute__ (( packed )); #endif /* _GPXE_ACPI_H */