summaryrefslogtreecommitdiffstats
path: root/libavcodec/huffman.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/huffman.c')
-rw-r--r--libavcodec/huffman.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/huffman.c b/libavcodec/huffman.c
index 1f5d8b9..a3d3920 100644
--- a/libavcodec/huffman.c
+++ b/libavcodec/huffman.c
@@ -27,8 +27,11 @@
#include <stdint.h>
#include "libavutil/qsort.h"
+#include"libavutil/common.h"
+
#include "avcodec.h"
#include "huffman.h"
+#include "vlc.h"
/* symbol for Huffman tree node */
#define HNODE -1
OpenPOWER on IntegriCloud