Commit 0e74e1ff authored by Diego Biurrun's avatar Diego Biurrun

Add required stdint.h header #include.

Originally committed as revision 14077 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9906a2be
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
* MLP parser * MLP parser
*/ */
#include <stdint.h>
#include "libavutil/crc.h" #include "libavutil/crc.h"
#include "bitstream.h" #include "bitstream.h"
#include "parser.h" #include "parser.h"
......
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
* MLP decoder * MLP decoder
*/ */
#include <stdint.h>
#include "avcodec.h" #include "avcodec.h"
#include "libavutil/intreadwrite.h" #include "libavutil/intreadwrite.h"
#include "bitstream.h" #include "bitstream.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment