summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/doomtype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doomtype.h b/src/doomtype.h
index 10820c12..5377c8ca 100644
--- a/src/doomtype.h
+++ b/src/doomtype.h
@@ -51,7 +51,7 @@
//
#ifdef __GNUC__
-#define PACKEDATTR __attribute__((packed))
+#define PACKEDATTR __attribute__((packed,gcc_struct))
#else
#define PACKEDATTR
#endif