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 @@
* MLP parser
*/
#include <stdint.h>
#include "libavutil/crc.h"
#include "bitstream.h"
#include "parser.h"
......
......@@ -24,6 +24,8 @@
* MLP decoder
*/
#include <stdint.h>
#include "avcodec.h"
#include "libavutil/intreadwrite.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