Skip to content
Snippets Groups Projects
Commit f20141d7 authored by Martin Storsjö's avatar Martin Storsjö
Browse files

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


This fixes "make checkheaders".

Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent ca5c3ff9
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,8 @@ ...@@ -27,6 +27,8 @@
#ifndef AVCODEC_VORBIS_PARSE_H #ifndef AVCODEC_VORBIS_PARSE_H
#define AVCODEC_VORBIS_PARSE_H #define AVCODEC_VORBIS_PARSE_H
#include <stdint.h>
typedef struct AVVorbisParseContext AVVorbisParseContext; typedef struct AVVorbisParseContext AVVorbisParseContext;
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment