diff options
Diffstat (limited to 'src/file_fcs.c')
-rw-r--r-- | src/file_fcs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_fcs.c b/src/file_fcs.c index 8ca29fc9..fded067b 100644 --- a/src/file_fcs.c +++ b/src/file_fcs.c @@ -61,7 +61,7 @@ struct fcs_header unsigned char data_end[8]; /* 34 */ unsigned char analysis_start[8]; /* 34 */ unsigned char analysis_end[8]; /* 50 */ -} __attribute__ ((__packed__)); +} __attribute__ ((gcc_struct, __packed__)); static uint64_t ascii2int(const unsigned char *string, const unsigned int max_length) { |