# HG changeset patch # User diego # Date 1200756018 0 # Node ID 7a0bcfc3676637959008999d848c836152b433a8 # Parent ebd1ab1c53573679cabeb95358741cc1419e240e Add missing #include, fixes the warning: dshow/mediatype.c:89: warning: implicit declaration of function 'vo_format_name' diff -r ebd1ab1c5357 -r 7a0bcfc36766 loader/dshow/mediatype.c --- a/loader/dshow/mediatype.c Sat Jan 19 15:08:01 2008 +0000 +++ b/loader/dshow/mediatype.c Sat Jan 19 15:20:18 2008 +0000 @@ -21,6 +21,7 @@ * */ #include "mp_msg.h" +#include "libmpcodecs/img_format.h" #include "wine/winerror.h" #include "com.h" #include "mediatype.h"