From d76838c1adc2b75de44779336712c5d540ed5535 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 16 Sep 2017 19:20:28 +0200 Subject: avcodec/fits: Fix include type Signed-off-by: Michael Niedermayer --- libavcodec/fits.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/fits.h') diff --git a/libavcodec/fits.h b/libavcodec/fits.h index b2f9b4c..ebae85c 100644 --- a/libavcodec/fits.h +++ b/libavcodec/fits.h @@ -24,7 +24,7 @@ #include -#include +#include "libavutil/dict.h" typedef enum FITSHeaderState { STATE_SIMPLE, -- cgit v1.1