mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02: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