diff --git a/libavcodec/flashsv.c b/libavcodec/flashsv.c
index 36847738d6f434bfeee523c2f53179aacc2a7389..c2bbb3de236873df2bac862c60eb3611e79ead82 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;