diff options
Diffstat (limited to 'src/iso9660.h')
-rw-r--r-- | src/iso9660.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iso9660.h b/src/iso9660.h index ba1d6490..5a4f5864 100644 --- a/src/iso9660.h +++ b/src/iso9660.h @@ -59,7 +59,7 @@ struct iso_primary_descriptor char unused4; char application_data[512]; char unused5[653]; -} __attribute__ ((__packed__)); +} __attribute__ ((gcc_struct, __packed__)); #define ISO_PD_SIZE (sizeof(struct iso_primary_descriptor)) #ifdef __cplusplus |