From 2d4e0c1aa9b12d6d962aecce05b0c65a605d078c Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 30 Nov 2007 14:08:00 +0000 Subject: Fix make checkheaders, #include was missing. Originally committed as revision 11114 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mlp_parser.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/mlp_parser.h') diff --git a/libavcodec/mlp_parser.h b/libavcodec/mlp_parser.h index 3b7f43f16e..d690b4f451 100644 --- a/libavcodec/mlp_parser.h +++ b/libavcodec/mlp_parser.h @@ -27,6 +27,8 @@ #ifndef FFMPEG_MLP_PARSER_H #define FFMPEG_MLP_PARSER_H +#include + typedef struct MLPHeaderInfo { int stream_type; ///< 0xBB for MLP, 0xBA for TrueHD -- cgit v1.2.3