From f20141d73f08ed0c8e875bd993a7143e19b266e3 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Tue, 25 Nov 2014 10:43:55 +0200 Subject: vorbis_parser: Include stdint.h in the header, to make it work standalone MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes "make checkheaders". Signed-off-by: Martin Storsjö --- libavcodec/vorbis_parser.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/vorbis_parser.h') 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 + typedef struct AVVorbisParseContext AVVorbisParseContext; /** -- cgit v1.2.3