From bf1ff2620fb3ef3a1d56604fd95157ab6645f396 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 6 Jan 2008 11:19:48 +0000 Subject: Add missing #includes to fix compilation: dshow/test.c:11: error: 'BITMAPINFOHEADER' undeclared (first use in this function) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25611 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/dshow/test.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'loader') diff --git a/loader/dshow/test.c b/loader/dshow/test.c index b7a0ec6a9e..53a971214a 100644 --- a/loader/dshow/test.c +++ b/loader/dshow/test.c @@ -1,6 +1,9 @@ #include #include +#include "wine/mmreg.h" +#include "wine/vfw.h" + #include "formats.h" #include "com.h" -- cgit v1.2.3