# HG changeset patch # User diego # Date 1189430386 0 # Node ID 051891760e011773f82e64c02b0a270d70bb20e5 # Parent 2af8073a1ccc380d55a85febc5cbdf08a7ecf341 warning fix: dshow/mediatype.c:46: warning: implicit declaration of function 'printf' dshow/mediatype.c:46: warning: incompatible implicit declaration of built-in function 'printf' diff -r 2af8073a1ccc -r 051891760e01 loader/dshow/mediatype.c --- a/loader/dshow/mediatype.c Mon Sep 10 13:17:29 2007 +0000 +++ b/loader/dshow/mediatype.c Mon Sep 10 13:19:46 2007 +0000 @@ -20,6 +20,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * */ +#include #include "mediatype.h" #include "mp_msg.h" #include "wine/winerror.h"