diff loader/dshow/DS_AudioDecoder.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/dshow/DS_AudioDecoder.h	Mon Jan 04 20:32:23 2010 +0000
+++ b/loader/dshow/DS_AudioDecoder.h	Mon Jan 04 20:36:27 2010 +0000
@@ -1,6 +1,9 @@
 #ifndef MPLAYER_DS_AUDIODECODER_H
 #define MPLAYER_DS_AUDIODECODER_H
 
+#include "loader/com.h"
+#include "loader/wine/mmreg.h"
+
 typedef struct DS_AudioDecoder DS_AudioDecoder;
 
 //DS_AudioDecoder * DS_AudioDecoder_Create(const CodecInfo * info, const WAVEFORMATEX* wf);