summaryrefslogtreecommitdiff
path: root/include/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/version.h')
-rw-r--r--include/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/version.h b/include/version.h
index d168c23490..aca6b87a73 100644
--- a/include/version.h
+++ b/include/version.h
@@ -21,7 +21,7 @@ struct version_struct {
uint32_t cookie1;
char version[32];
uint32_t cookie2;
-} __attribute__ ((packed));
+} __packed;
extern const struct version_struct version_data;
extern const char build_info[];