From a486ec907dda94b4e76ae605bdcda68286cc56cc Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Wed, 21 May 2008 13:31:35 -0700 Subject: [PATCH] include: Update aviriff header to use the right alignment. --- include/aviriff.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/aviriff.h b/include/aviriff.h index eb8170d2451..d2cfa41421a 100644 --- a/include/aviriff.h +++ b/include/aviriff.h @@ -17,6 +17,9 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ +/* All definitions here are packed structures of on-disk formats */ +#include + typedef struct _riffchunk { FOURCC fcc; @@ -317,3 +320,5 @@ typedef struct _avifieldindex_chunk { DWORD dwOffsetField2; } aIndex[ANYSIZE_ARRAY]; } AVIFIELDINDEX, * PAVIFIELDINDEX; + +#include