Commit b0bd01d6 authored by Diego Biurrun's avatar Diego Biurrun

Fix make checkheaders by adding missing #include.

Originally committed as revision 10948 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 968fc6b9
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#define FFMPEG_HUFFMAN_H #define FFMPEG_HUFFMAN_H
#include "avcodec.h" #include "avcodec.h"
#include "bitstream.h"
typedef struct { typedef struct {
int16_t sym; int16_t sym;
......
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