summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/gpxe/acpi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gpxe/acpi.h b/src/include/gpxe/acpi.h
index 0c4f4846b..a96321872 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 */