From 289a723ce3d5aedc2ab1c697c379c3051f6686ad Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Tue, 21 Aug 2007 15:48:08 +0000 Subject: asv1.c directly uses Put/GetBitContext, so it should include bitstream.h Originally committed as revision 10169 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/asv1.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec') diff --git a/libavcodec/asv1.c b/libavcodec/asv1.c index ec6bbb9ba1..69be052253 100644 --- a/libavcodec/asv1.c +++ b/libavcodec/asv1.c @@ -25,6 +25,7 @@ */ #include "avcodec.h" +#include "bitstream.h" #include "dsputil.h" #include "mpegvideo.h" -- cgit v1.2.3