Commit f20141d7 authored by Martin Storsjö's avatar Martin Storsjö

vorbis_parser: Include stdint.h in the header, to make it work standalone

This fixes "make checkheaders".
Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent ca5c3ff9
......@@ -27,6 +27,8 @@
#ifndef AVCODEC_VORBIS_PARSE_H
#define AVCODEC_VORBIS_PARSE_H
#include <stdint.h>
typedef struct AVVorbisParseContext AVVorbisParseContext;
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment