Module: libav Branch: master Commit: f20141d73f08ed0c8e875bd993a7143e19b266e3
Author: Martin Storsjö <[email protected]> Committer: Martin Storsjö <[email protected]> Date: Tue Nov 25 10:43:55 2014 +0200 vorbis_parser: Include stdint.h in the header, to make it work standalone This fixes "make checkheaders". Signed-off-by: Martin Storsjö <[email protected]> --- libavcodec/vorbis_parser.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/vorbis_parser.h b/libavcodec/vorbis_parser.h index 7b12900..9ae1630 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; /** _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
