diff options
author | Dieter <freebsd@sopwith.solgatos.com> | 2006-01-30 23:32:14 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-01-30 23:32:14 +0000 |
commit | a851b8e898fa1d2d44660ca5708e3da76107f179 (patch) | |
tree | d54bd7463918da0bf28f2022eeab774c66d4e5fb /libavformat/matroska.c | |
parent | ed96aeea640f2454a17299ef7e0f4c9a8915a46d (diff) | |
download | ffmpeg-a851b8e898fa1d2d44660ca5708e3da76107f179.tar.gz |
add missing #includes
patch by Dieter <freebsd at sopwith solgatos com>
Originally committed as revision 4912 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/matroska.c')
-rw-r--r-- | libavformat/matroska.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/matroska.c b/libavformat/matroska.c index 47c0e98a48..699c043996 100644 --- a/libavformat/matroska.c +++ b/libavformat/matroska.c @@ -29,6 +29,7 @@ #include "avformat.h" /* For codec_get_bmp_id and codec_get_wav_id. */ #include "avi.h" +#include "intfloat_readwrite.h" /* EBML version supported */ #define EBML_VERSION 1 |