mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-30 11:24:17 +00:00
avcodec/fits: add missing header includes
Fixes checkheaders. Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
b7101151b3
commit
1291a6d0ff
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user