changeset 25583:49c3148ef5c3

Add missing #includes to fix compilation: dshow/test.c:11: error: 'BITMAPINFOHEADER' undeclared (first use in this function)
author diego
date Sun, 06 Jan 2008 11:19:48 +0000
parents 6b1d7568ae3d
children 3ba165446c8a
files loader/dshow/test.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <stdio.h>
 #include <stdlib.h>
 
+#include "wine/mmreg.h"
+#include "wine/vfw.h"
+
 #include "formats.h"
 #include "com.h"