Add correct header #include to fix 'make checkheaders'.

Originally committed as revision 14078 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Diego Biurrun 17 years ago
parent 0e74e1ff3c
commit a4ce72480e
  1. 2
      libavcodec/mlp_parser.h

@ -27,7 +27,7 @@
#ifndef FFMPEG_MLP_PARSER_H
#define FFMPEG_MLP_PARSER_H
#include <inttypes.h>
#include "bitstream.h"
typedef struct MLPHeaderInfo
{

Loading…
Cancel
Save