summaryrefslogtreecommitdiff
path: root/libavcodec/vorbis_parser.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2014-11-25 10:43:55 +0200
committerMartin Storsjö <martin@martin.st>2014-11-25 14:01:46 +0200
commitf20141d73f08ed0c8e875bd993a7143e19b266e3 (patch)
tree2a04f0c4aa46d0a02b628ea4dd2461a220b12ea2 /libavcodec/vorbis_parser.h
parentca5c3ff90972a5c97aabda2ace57ba72dcd7d83b (diff)
vorbis_parser: Include stdint.h in the header, to make it work standalone
This fixes "make checkheaders". Signed-off-by: Martin Storsjö <martin@martin.st>
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 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 <stdint.h>
+
typedef struct AVVorbisParseContext AVVorbisParseContext;
/**