From 1d9c2dc89a2302076a68b4a3ae3639abbb1a502d Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Mon, 6 Aug 2012 16:49:32 +0300 Subject: Don't include common.h from avutil.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavutil/log.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavutil/log.c') diff --git a/libavutil/log.c b/libavutil/log.c index 9f1d59ab9c..d2cf88fd4b 100644 --- a/libavutil/log.c +++ b/libavutil/log.c @@ -32,6 +32,7 @@ #include #include "avstring.h" #include "avutil.h" +#include "common.h" #include "log.h" static int av_log_level = AV_LOG_INFO; -- cgit v1.2.3