diff loader/dmo/DMO_VideoDecoder.h @ 30171:837cd9762b4e

Add required header #includes to satisfy 'make checkheaders'.
author diego
date Mon, 04 Jan 2010 20:36:27 +0000
parents a8ea87c71d18
children
line wrap: on
line diff
--- a/loader/dmo/DMO_VideoDecoder.h	Mon Jan 04 20:32:23 2010 +0000
+++ b/loader/dmo/DMO_VideoDecoder.h	Mon Jan 04 20:36:27 2010 +0000
@@ -1,6 +1,9 @@
 #ifndef MPLAYER_DMO_VIDEODECODER_H
 #define MPLAYER_DMO_VIDEODECODER_H
 
+#include "loader/com.h"
+#include "loader/wine/vfw.h"
+
 typedef struct DMO_VideoDecoder DMO_VideoDecoder;
 
 int DMO_VideoDecoder_GetCapabilities(DMO_VideoDecoder *this);