From 8200a8d5325412e526a7e85b1fa79056a0be4d35 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 10 Jul 2010 08:07:27 +0000 Subject: stream.c: add 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 --- stream/stream.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stream') diff --git a/stream/stream.c b/stream/stream.c index 919b4ee383..d520760867 100644 --- a/stream/stream.c +++ b/stream/stream.c @@ -35,6 +35,8 @@ #include #endif +#include + #include "mp_msg.h" #include "osdep/shmem.h" #include "osdep/timer.h" -- cgit v1.2.3