summaryrefslogtreecommitdiff
path: root/libavcodec/vorbis_parser.h
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-11-08 00:59:37 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-11-08 00:59:37 +0100
commite2e36a739d3ad0d207a31c76f414a912d08b1d6d (patch)
treee7550a2866f06db03de174575710bcf183623c68 /libavcodec/vorbis_parser.h
parent872c0bcd3c04802f97cf08235aa1544f33e46821 (diff)
Fix make checkheaders for libavcodec/vorbis_parser.h.
Diffstat (limited to 'libavcodec/vorbis_parser.h')
-rw-r--r--libavcodec/vorbis_parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/vorbis_parser.h b/libavcodec/vorbis_parser.h
index 086e36475a..0f73537ae5 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;
/**