diff options
Diffstat (limited to 'test/common/pack.h')
-rw-r--r-- | test/common/pack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common/pack.h b/test/common/pack.h index 68254db187..76086b05ca 100644 --- a/test/common/pack.h +++ b/test/common/pack.h @@ -12,7 +12,7 @@ struct TestStruct { uint16 z; uint32 a; byte b; -}; +} PACKED_STRUCT; #include <common/pack-end.h> // END STRUCT PACKING |