diff options
author | Martin Storsjö <martin@martin.st> | 2014-11-25 10:43:55 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2014-11-25 14:01:46 +0200 |
commit | f20141d73f08ed0c8e875bd993a7143e19b266e3 (patch) | |
tree | 2a04f0c4aa46d0a02b628ea4dd2461a220b12ea2 /libavcodec | |
parent | ca5c3ff90972a5c97aabda2ace57ba72dcd7d83b (diff) | |
download | ffmpeg-f20141d73f08ed0c8e875bd993a7143e19b266e3.tar.gz |
vorbis_parser: Include stdint.h in the header, to make it work standalone
This fixes "make checkheaders".
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec')
-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 7b129004ee..9ae1630f9f 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; /** |