From a4ce72480eb9811edaa156798fd3e24e7d2e1081 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 5 Jul 2008 10:16:54 +0000 Subject: Add correct header #include to fix 'make checkheaders'. Originally committed as revision 14078 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mlp_parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mlp_parser.h') diff --git a/libavcodec/mlp_parser.h b/libavcodec/mlp_parser.h index c9f979e61b..c3d26add4f 100644 --- a/libavcodec/mlp_parser.h +++ b/libavcodec/mlp_parser.h @@ -27,7 +27,7 @@ #ifndef FFMPEG_MLP_PARSER_H #define FFMPEG_MLP_PARSER_H -#include +#include "bitstream.h" typedef struct MLPHeaderInfo { -- cgit v1.2.3