summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavcodec/flashsv.c5
1 files changed, 3 insertions, 2 deletions
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 <stdio.h>
#include <stdlib.h>
-#ifdef CONFIG_ZLIB
-#include <zlib.h>
#include "common.h"
#include "avcodec.h"
#include "bitstream.h"
+#ifdef CONFIG_ZLIB
+#include <zlib.h>
+
typedef struct FlashSVContext {
AVCodecContext *avctx;
AVFrame frame;