# HG changeset patch # User diego # Date 1199618388 0 # Node ID 49c3148ef5c3868f4ba5ea0b3204f4f68b9a540c # Parent 6b1d7568ae3d8987c1b1fd088a1a7f5b0cceb335 Add missing #includes to fix compilation: dshow/test.c:11: error: 'BITMAPINFOHEADER' undeclared (first use in this function) diff -r 6b1d7568ae3d -r 49c3148ef5c3 loader/dshow/test.c --- a/loader/dshow/test.c Sat Jan 05 15:38:46 2008 +0000 +++ b/loader/dshow/test.c Sun Jan 06 11:19:48 2008 +0000 @@ -1,6 +1,9 @@ #include #include +#include "wine/mmreg.h" +#include "wine/vfw.h" + #include "formats.h" #include "com.h"