From 5cc05e3f40267ff30c0191f7c53a62d9c791102b Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 21 Feb 2024 10:03:47 +0100 Subject: XIFF Rev A. Signed-off-by: Amlal El Mahrouss --- Public/Kits/SystemKit/XIFF.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 + /*** * @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 -- cgit v1.2.3