summaryrefslogtreecommitdiff
path: root/libavformat/matroska.c
diff options
context:
space:
mode:
authorDieter <freebsd@sopwith.solgatos.com>2006-01-30 23:32:14 +0000
committerMåns Rullgård <mans@mansr.com>2006-01-30 23:32:14 +0000
commita851b8e898fa1d2d44660ca5708e3da76107f179 (patch)
treed54bd7463918da0bf28f2022eeab774c66d4e5fb /libavformat/matroska.c
parented96aeea640f2454a17299ef7e0f4c9a8915a46d (diff)
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.c1
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