# HG changeset patch # User aurel # Date 1187711288 0 # Node ID 2bd6911a39c6b5f906de8fd7a2f81c0dffae4ea8 # Parent 538d55152d09454ed9828f71a658f0449ec8cfee asv1.c directly uses Put/GetBitContext, so it should include bitstream.h diff -r 538d55152d09 -r 2bd6911a39c6 asv1.c --- a/asv1.c Tue Aug 21 00:05:30 2007 +0000 +++ b/asv1.c Tue Aug 21 15:48:08 2007 +0000 @@ -25,6 +25,7 @@ */ #include "avcodec.h" +#include "bitstream.h" #include "dsputil.h" #include "mpegvideo.h"