diff options
| -rw-r--r-- | Public/Kits/SystemKit/XIFF.hxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Public/Kits/SystemKit/XIFF.hxx b/Public/Kits/SystemKit/XIFF.hxx index 45305f38..fb8b441f 100644 --- a/Public/Kits/SystemKit/XIFF.hxx +++ b/Public/Kits/SystemKit/XIFF.hxx @@ -11,12 +11,14 @@ ------------------------------------------------------- */ +#include <NewKit/Defines.hpp> + /*** * @brief Generic XIFF header * Used by XIFF based containers. */ -struct XiffHeader { +struct PACKED XiffHeader { unsigned char mag[5]; // XIFF string (includes \0) unsigned int size; // overall size of header (XiffHeader) in bytes unsigned int format_type; // format type. generic |
