From dc0c70e018f6b04488333e7e26ec26359e614e4e Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Sat, 22 Mar 2014 23:34:13 +0000 Subject: avcodec: add missing includes --- libavcodec/ac3tab.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/ac3tab.c') diff --git a/libavcodec/ac3tab.c b/libavcodec/ac3tab.c index ebcfb0b921..3cd07f9e4b 100644 --- a/libavcodec/ac3tab.c +++ b/libavcodec/ac3tab.c @@ -25,6 +25,8 @@ */ #include "libavutil/channel_layout.h" +#include "libavutil/mem.h" + #include "avcodec.h" #include "ac3tab.h" -- cgit v1.2.3