diff options
Diffstat (limited to 'src/file_sql.c')
-rw-r--r-- | src/file_sql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_sql.c b/src/file_sql.c index 39b36c09..21b7f350 100644 --- a/src/file_sql.c +++ b/src/file_sql.c @@ -70,7 +70,7 @@ struct db_header char reserved_for_expansion[20]; uint32_t version_valid_for; uint32_t version; -} __attribute__ ((__packed__)); +} __attribute__ ((gcc_struct, __packed__)); static int header_check_sqlite(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) { |