From 40f81769aec24a93563cd547e02ba8478aa95849 Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Mon, 7 May 2012 16:25:12 -0700 Subject: options_table: Add some missing #includes to fix "make checkheaders". Signed-off-by: Diego Biurrun --- libavformat/options_table.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavformat/options_table.h') diff --git a/libavformat/options_table.h b/libavformat/options_table.h index 683596c206..58f3dcff68 100644 --- a/libavformat/options_table.h +++ b/libavformat/options_table.h @@ -19,6 +19,11 @@ #ifndef AVFORMAT_OPTIONS_TABLE #define AVFORMAT_OPTIONS_TABLE +#include + +#include "libavutil/opt.h" +#include "avformat.h" + #define OFFSET(x) offsetof(AVFormatContext,x) #define DEFAULT 0 //should be NAN but it does not work as it is not a constant in glibc as required by ANSI/ISO C //these names are too long to be readable -- cgit v1.2.3