Mercurial > mplayer.hg
changeset 6768:4b0dd1ff6a20
Warnings fix by Sylvain Petreolle <spetreolle@yahoo.fr>, fixed by me.
author | atmos4 |
---|---|
date | Tue, 23 Jul 2002 12:03:05 +0000 |
parents | a6240ba29795 |
children | c012f2f64190 |
files | loader/dshow/DS_Filter.c loader/module.c loader/module.h |
diffstat | 3 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/loader/dshow/DS_Filter.c Mon Jul 22 14:54:34 2002 +0000 +++ b/loader/dshow/DS_Filter.c Tue Jul 23 12:03:05 2002 +0000 @@ -1,6 +1,7 @@ #include "DS_Filter.h" #include "driver.h" #include "com.h" +#include "module.h" #include <stdio.h> #include <string.h>