From e2e36a739d3ad0d207a31c76f414a912d08b1d6d Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos <cehoyos@ag.or.at>
Date: Sat, 8 Nov 2014 00:59:37 +0100
Subject: [PATCH] Fix make checkheaders for libavcodec/vorbis_parser.h.

---
 libavcodec/vorbis_parser.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavcodec/vorbis_parser.h b/libavcodec/vorbis_parser.h
index 086e36475ae..0f73537ae53 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