From 1d9c2dc89a2302076a68b4a3ae3639abbb1a502d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= 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ö --- libavcodec/sipr16k.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/sipr16k.c') diff --git a/libavcodec/sipr16k.c b/libavcodec/sipr16k.c index ca10cd9..bd0600c 100644 --- a/libavcodec/sipr16k.c +++ b/libavcodec/sipr16k.c @@ -24,6 +24,7 @@ #include #include "sipr.h" +#include "libavutil/common.h" #include "libavutil/mathematics.h" #include "lsp.h" #include "celp_math.h" -- cgit v1.1