summaryrefslogtreecommitdiffstats
path: root/loader/dshow
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-23 12:03:05 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-23 12:03:05 +0000
commit265e6e90b1d7c3499c9255cac6b3ef32c8ce446a (patch)
treef4fe0d8621120b62d868f389fa2cb0f9742e2365 /loader/dshow
parent3d0c8ff3bd3ae6278222cd216803ea0d3b1eff1f (diff)
downloadmpv-265e6e90b1d7c3499c9255cac6b3ef32c8ce446a.tar.bz2
mpv-265e6e90b1d7c3499c9255cac6b3ef32c8ce446a.tar.xz
Warnings fix by Sylvain Petreolle <spetreolle@yahoo.fr>, fixed by me.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6769 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/dshow')
-rw-r--r--loader/dshow/DS_Filter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/dshow/DS_Filter.c b/loader/dshow/DS_Filter.c
index 2ecf1d8898..e1d11aa801 100644
--- a/loader/dshow/DS_Filter.c
+++ b/loader/dshow/DS_Filter.c
@@ -1,6 +1,7 @@
#include "DS_Filter.h"
#include "driver.h"
#include "com.h"
+#include "module.h"
#include <stdio.h>
#include <string.h>