summaryrefslogtreecommitdiff
path: root/libavcodec/ac3tab.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-25 19:38:43 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-03-25 19:39:00 +0100
commit8f20e3d4dfe5d54e36113e679bd1350e4550bc4d (patch)
treeb6f12b74cfb5d2a136ea71b61e0b36e52e47c933 /libavcodec/ac3tab.c
parent41e7e46cac507e993af6d656c8d3672ba3f9e304 (diff)
parentdc0c70e018f6b04488333e7e26ec26359e614e4e (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: avcodec: add missing includes Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/ac3tab.c')
-rw-r--r--libavcodec/ac3tab.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/ac3tab.c b/libavcodec/ac3tab.c
index 1ae7ddf2a6..d62d8bfbf5 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"