1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-09 08:29:36 +00:00

stream.c: add <libavutil/common.h> include needed for GET_UTF16

Patch by Erik Auerswald {auerswal unix-ag.uni-kl.de}

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31658 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2010-07-10 08:07:27 +00:00 committed by Uoti Urpala
parent 6c3c1588f5
commit 8200a8d532

View File

@ -35,6 +35,8 @@
#include <winsock2.h>
#endif
#include <libavutil/common.h>
#include "mp_msg.h"
#include "osdep/shmem.h"
#include "osdep/timer.h"