avcodec/fits: add missing header includes

Fixes checkheaders.

Signed-off-by: James Almer <jamrial@gmail.com>
pull/269/head
James Almer 8 years ago
parent b7101151b3
commit 1291a6d0ff
  1. 4
      libavcodec/fits.h

@ -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…
Cancel
Save