diff options
Diffstat (limited to 'src/file_xpt.c')
-rw-r--r-- | src/file_xpt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_xpt.c b/src/file_xpt.c index 57087d15..fa238b56 100644 --- a/src/file_xpt.c +++ b/src/file_xpt.c @@ -52,7 +52,7 @@ struct TypeLibHeader { uint8_t minor_version; uint16_t num_interfaces; uint32_t file_length; -} __attribute__ ((__packed__)); +} __attribute__ ((gcc_struct, __packed__)); static int header_check_xpt(const unsigned char *buffer, const unsigned int buffer_size, const unsigned int safe_header_only, const file_recovery_t *file_recovery, file_recovery_t *file_recovery_new) { |