Commit 1291a6d0 authored by James Almer's avatar James Almer

avcodec/fits: add missing header includes

Fixes checkheaders.
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent b7101151
......@@ -22,6 +22,10 @@
#ifndef AVCODEC_FITS_H
#define AVCODEC_FITS_H
#include <inttypes.h>
#include <libavutil/dict.h>
typedef enum FITSHeaderState {
STATE_SIMPLE,
STATE_XTENSION,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment