From 1308fa42ada50e6deb473b61ec731f0d96c2694c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Wed, 9 May 2012 08:25:49 +0200 Subject: [PATCH] lavf/swf: fix make checkheaders. --- libavformat/swf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavformat/swf.h b/libavformat/swf.h index 8a99c9624d..5326192871 100644 --- a/libavformat/swf.h +++ b/libavformat/swf.h @@ -23,6 +23,8 @@ #ifndef AVFORMAT_SWF_H #define AVFORMAT_SWF_H +#include "config.h" + #if CONFIG_ZLIB #include #endif