diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index 9304b414..2b7b808c 100644 --- a/src/common.h +++ b/src/common.h @@ -34,7 +34,7 @@ struct efi_guid_s uint8_t clock_seq_hi_and_reserved; uint8_t clock_seq_low; uint8_t node[6]; -} __attribute__ ((__packed__)); +} __attribute__ ((gcc_struct, __packed__)); #define DEFAULT_SECTOR_SIZE 0x200u |