From 3c2eadf9d4e7055f71dc19c0a590f0d4f81a3f18 Mon Sep 17 00:00:00 2001 From: Magnus Olsen Date: Sun, 4 Dec 2005 23:53:19 +0000 Subject: [PATCH] prepare fixing vfw.h header so it can be compile without include/wine again svn path=/trunk/; revision=19900 --- reactos/include/wine/msacm.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/include/wine/msacm.h b/reactos/include/wine/msacm.h index 8e9c85b10a2..3323c2601c0 100644 --- a/reactos/include/wine/msacm.h +++ b/reactos/include/wine/msacm.h @@ -21,6 +21,8 @@ #ifndef __WINE_MSACM_H #define __WINE_MSACM_H +#include + #ifdef __cplusplus extern "C" { #endif /* defined(__cplusplus) */