# HG changeset patch # User diego # Date 1202720731 0 # Node ID e8945e43a36fb04507f8a55d1ef04fb7f4c38a6c # Parent 2390635cf01f4479e765f2330476335551756077 #include just libavutil/common.h, not all of libavutil/intreadwrite.h. diff -r 2390635cf01f -r e8945e43a36f stream/stream_cddb.c --- a/stream/stream_cddb.c Sun Feb 10 23:48:44 2008 +0000 +++ b/stream/stream_cddb.c Mon Feb 11 09:05:31 2008 +0000 @@ -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/"