On 25/11/14 09:45, Martin Storsjö wrote:
This fixes "make checkheaders".
---
  libavcodec/vorbis_parser.h | 2 ++
  1 file changed, 2 insertions(+)

diff --git a/libavcodec/vorbis_parser.h b/libavcodec/vorbis_parser.h
index 7b12900..9ae1630 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;

  /**


Ok.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to