changeset 920:12bc7d91ee8b libavformat

add missing #includes patch by Dieter <freebsd at sopwith solgatos com>
author mru
date Mon, 30 Jan 2006 23:32:14 +0000
parents 7ac21a82ac29
children 547675092e98
files matroska.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/matroska.c	Mon Jan 30 00:22:41 2006 +0000
+++ b/matroska.c	Mon Jan 30 23:32:14 2006 +0000
@@ -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