diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-11-08 00:59:37 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-11-08 00:59:37 +0100 |
commit | e2e36a739d3ad0d207a31c76f414a912d08b1d6d (patch) | |
tree | e7550a2866f06db03de174575710bcf183623c68 /libavcodec/vorbis_parser.h | |
parent | 872c0bcd3c04802f97cf08235aa1544f33e46821 (diff) | |
download | ffmpeg-e2e36a739d3ad0d207a31c76f414a912d08b1d6d.tar.gz |
Fix make checkheaders for libavcodec/vorbis_parser.h.
Diffstat (limited to 'libavcodec/vorbis_parser.h')
-rw-r--r-- | libavcodec/vorbis_parser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/vorbis_parser.h b/libavcodec/vorbis_parser.h index 086e36475a..0f73537ae5 100644 --- a/libavcodec/vorbis_parser.h +++ b/libavcodec/vorbis_parser.h @@ -27,6 +27,8 @@ #ifndef AVCODEC_VORBIS_PARSE_H #define AVCODEC_VORBIS_PARSE_H +#include <stdint.h> + typedef struct AVVorbisParseContext AVVorbisParseContext; /** |