include: Update aviriff header to use the right alignment.
diff --git a/include/aviriff.h b/include/aviriff.h
index eb8170d..d2cfa41 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 <pshpack2.h>
+
typedef struct _riffchunk
{
FOURCC fcc;
@@ -317,3 +320,5 @@
DWORD dwOffsetField2;
} aIndex[ANYSIZE_ARRAY];
} AVIFIELDINDEX, * PAVIFIELDINDEX;
+
+#include <poppack.h>