# HG changeset patch # User reimar # Date 1278749247 0 # Node ID a4ceb52caa3042fd784138fa8816c083da61e227 # Parent cc5e21203fb54b3e4b3e73c770acbdbf43be40e6 Fix compilation broken due to GET_UTF8 being undefined. Patch by Erik Auerswald {auerswal unix-ag.uni-kl.de} diff -r cc5e21203fb5 -r a4ceb52caa30 stream/stream.c --- a/stream/stream.c Sat Jul 10 08:04:48 2010 +0000 +++ b/stream/stream.c Sat Jul 10 08:07:27 2010 +0000 @@ -42,6 +42,7 @@ #include "network.h" #include "stream.h" #include "libmpdemux/demuxer.h" +#include "libavutil/common.h" #include "libavutil/intreadwrite.h" #include "m_option.h"