1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

Fix make checkheaders by adding missing #include.

Originally committed as revision 10948 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2007-11-07 23:06:27 +00:00
parent 968fc6b96a
commit b0bd01d68a

View File

@@ -24,6 +24,7 @@
#define FFMPEG_HUFFMAN_H
#include "avcodec.h"
#include "bitstream.h"
typedef struct {
int16_t sym;