From bb6f0157c3a42aab646633721939dc4b503cf334 Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Thu, 5 Feb 2009 09:09:29 +0000 Subject: [PATCH] Alexandre Julliard : include: Fix packing of the msacm structures. svn path=/trunk/; revision=39403 --- reactos/include/psdk/msacm.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactos/include/psdk/msacm.h b/reactos/include/psdk/msacm.h index 8a2c8e7d62a..c4da171719f 100644 --- a/reactos/include/psdk/msacm.h +++ b/reactos/include/psdk/msacm.h @@ -25,6 +25,8 @@ extern "C" { #endif /* defined(__cplusplus) */ +#include + #define ACMAPI WINAPI /*********************************************************************** @@ -773,6 +775,8 @@ MMRESULT WINAPI acmStreamUnprepareHeader( HACMSTREAM has, PACMSTREAMHEADER pash, DWORD fdwUnprepare ); +#include + #ifdef __cplusplus } /* extern "C" */ #endif /* defined(__cplusplus) */