diff options
author | Mans Rullgard <mans@mansr.com> | 2011-05-16 15:23:22 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-05-16 17:10:46 +0100 |
commit | 5026f946fda58b209334a40319af7c42ceb985fe (patch) | |
tree | f975832049ff6de8b25ae37cbc61339d95eeb331 /libavcodec/mp3_header_compress_bsf.c | |
parent | 9503fbb859d859fada35c966af8d4765a8b819fa (diff) | |
download | ffmpeg-5026f946fda58b209334a40319af7c42ceb985fe.tar.gz |
Add missing #includes to mp3_header_(de)compress bsf
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/mp3_header_compress_bsf.c')
-rw-r--r-- | libavcodec/mp3_header_compress_bsf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mp3_header_compress_bsf.c b/libavcodec/mp3_header_compress_bsf.c index 5a693774f9..c880e5e53d 100644 --- a/libavcodec/mp3_header_compress_bsf.c +++ b/libavcodec/mp3_header_compress_bsf.c @@ -18,6 +18,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "libavutil/intreadwrite.h" #include "avcodec.h" #include "mpegaudio.h" |