include: Fix packing of the msacm structures.
diff --git a/include/msacm.h b/include/msacm.h
index 8a2c8e7..c4da171 100644
--- a/include/msacm.h
+++ b/include/msacm.h
@@ -25,6 +25,8 @@
 extern "C" {
 #endif /* defined(__cplusplus) */
 
+#include <pshpack1.h>
+
 #define ACMAPI              WINAPI
 
 /***********************************************************************
@@ -773,6 +775,8 @@
   HACMSTREAM has, PACMSTREAMHEADER pash, DWORD fdwUnprepare
 );
 
+#include <poppack.h>
+
 #ifdef __cplusplus
 } /* extern "C" */
 #endif /* defined(__cplusplus) */