From 60527f3163a3580826180c4083d6a40eb0c2f4bc Mon Sep 17 00:00:00 2001 From: Benjamin Larsson Date: Sun, 21 Jan 2007 18:46:19 +0000 Subject: Really fix my never ending mistakes. Originally committed as revision 7609 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/flashsv.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libavcodec') diff --git a/libavcodec/flashsv.c b/libavcodec/flashsv.c index 36847738d6..c2bbb3de23 100644 --- a/libavcodec/flashsv.c +++ b/libavcodec/flashsv.c @@ -49,13 +49,14 @@ #include #include -#ifdef CONFIG_ZLIB -#include #include "common.h" #include "avcodec.h" #include "bitstream.h" +#ifdef CONFIG_ZLIB +#include + typedef struct FlashSVContext { AVCodecContext *avctx; AVFrame frame; -- cgit v1.2.3