From f20141d73f08ed0c8e875bd993a7143e19b266e3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?= <martin@martin.st>
Date: Tue, 25 Nov 2014 10:43:55 +0200
Subject: [PATCH] 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ö <martin@martin.st>
---
 libavcodec/vorbis_parser.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavcodec/vorbis_parser.h b/libavcodec/vorbis_parser.h
index 7b129004ee4..9ae1630f9f0 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;
 
 /**
-- 
GitLab