Browse Source

avcodec/fits: add missing header includes

Fixes checkheaders.

Signed-off-by: James Almer <jamrial@gmail.com>
tags/n3.4
James Almer 8 years ago
parent
commit
1291a6d0ff
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      libavcodec/fits.h

+ 4
- 0
libavcodec/fits.h View File

@@ -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