This fixes "make checkheaders". --- 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; /** -- 1.9.3 (Apple Git-50) _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
