diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-22 23:34:13 +0000 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-03-25 12:28:22 +0100 |
commit | dc0c70e018f6b04488333e7e26ec26359e614e4e (patch) | |
tree | 26efde7d1c3fa2ab98cb0b170bc6b0c6e76421a0 /libavcodec/ac3tab.c | |
parent | aa499568afc01d59215eef7e5b14b949a9671afc (diff) | |
download | ffmpeg-dc0c70e018f6b04488333e7e26ec26359e614e4e.tar.gz |
avcodec: add missing includes
Diffstat (limited to 'libavcodec/ac3tab.c')
-rw-r--r-- | libavcodec/ac3tab.c | 2 |
1 files changed, 2 insertions, 0 deletions
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" |