From 8f8bc92365a943e96cc08b5369408c20f35193c7 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 23 Nov 2013 21:32:55 +0100 Subject: Add missing #includes for *INT64_MAX and *INT64_C --- libavcodec/huffman.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/huffman.c') diff --git a/libavcodec/huffman.c b/libavcodec/huffman.c index aef4929b1c..dec2197fc9 100644 --- a/libavcodec/huffman.c +++ b/libavcodec/huffman.c @@ -24,6 +24,8 @@ * huffman tree builder and VLC generator */ +#include + #include "avcodec.h" #include "get_bits.h" #include "huffman.h" -- cgit v1.2.3