summaryrefslogtreecommitdiff
path: root/libavformat/swf.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-05-09 08:25:49 +0200
committerClément Bœsch <ubitux@gmail.com>2012-05-18 23:34:11 +0200
commit1308fa42ada50e6deb473b61ec731f0d96c2694c (patch)
treef1783d5f93294a7a6c01458acc338d62465e8e0b /libavformat/swf.h
parent64ff8a76706b4d67781b20331afef1bb07b8118f (diff)
lavf/swf: fix make checkheaders.
Diffstat (limited to 'libavformat/swf.h')
-rw-r--r--libavformat/swf.h2
1 files changed, 2 insertions, 0 deletions
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 <zlib.h>
#endif