mirror of https://github.com/mpv-player/mpv
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' git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24411 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
385c68cdee
commit
c85832df25
|
@ -20,6 +20,7 @@
|
|||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*
|
||||
*/
|
||||
#include <stdio.h>
|
||||
#include "mediatype.h"
|
||||
#include "mp_msg.h"
|
||||
#include "wine/winerror.h"
|
||||
|
|
Loading…
Reference in New Issue