diff stream/stream.c @ 31592:a4ceb52caa30

Fix compilation broken due to GET_UTF8 being undefined. Patch by Erik Auerswald {auerswal unix-ag.uni-kl.de}
author reimar
date Sat, 10 Jul 2010 08:07:27 +0000
parents 9a590e7aac57
children db0b49579eeb
line wrap: on
line diff
--- 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"