summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Niedermayer <[email protected]>2017-09-16 19:20:28 +0200
committerMichael Niedermayer <[email protected]>2017-09-16 19:55:03 +0200
commitd76838c1adc2b75de44779336712c5d540ed5535 (patch)
tree0a8240d3918275296aaeb938b43239657b0600b4
parent0f5576a22b11ef726a01b14d1eaae2fa780c2f52 (diff)
avcodec/fits: Fix include type
Signed-off-by: Michael Niedermayer <[email protected]>
-rw-r--r--libavcodec/fits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/fits.h b/libavcodec/fits.h
index b2f9b4cb39..ebae85c9e5 100644
--- a/libavcodec/fits.h
+++ b/libavcodec/fits.h
@@ -24,7 +24,7 @@
#include <inttypes.h>
-#include <libavutil/dict.h>
+#include "libavutil/dict.h"
typedef enum FITSHeaderState {
STATE_SIMPLE,