summaryrefslogtreecommitdiffstats
path: root/stream/stream_cddb.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-11 09:05:31 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-11 09:05:31 +0000
commit3cf3483e39fff25b480a191566c101e3dfed750e (patch)
treeb18bca9ce95735987cc39eab9731617826ee9943 /stream/stream_cddb.c
parent5adcf0ae43ed78f6e76ee609701aa1b865c7788a (diff)
downloadmpv-3cf3483e39fff25b480a191566c101e3dfed750e.tar.bz2
mpv-3cf3483e39fff25b480a191566c101e3dfed750e.tar.xz
#include just libavutil/common.h, not all of libavutil/intreadwrite.h.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25980 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/stream_cddb.c')
-rw-r--r--stream/stream_cddb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_cddb.c b/stream/stream_cddb.c
index baabccac59..775652c322 100644
--- a/stream/stream_cddb.c
+++ b/stream/stream_cddb.c
@@ -58,7 +58,7 @@
#include "version.h"
#include "stream.h"
#include "network.h"
-#include "libavutil/intreadwrite.h"
+#include "libavutil/common.h"
#define DEFAULT_FREEDB_SERVER "freedb.freedb.org"
#define DEFAULT_CACHE_DIR "/.cddb/"