changeset 4288:8f0e6cdf0a59 libavformat

Directly #include some required headers.
author diego
date Sun, 25 Jan 2009 19:11:10 +0000
parents fcc542fd3214
children b54f835e3c5d
files mxf.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mxf.h	Sun Jan 25 16:44:45 2009 +0000
+++ b/mxf.h	Sun Jan 25 19:11:10 2009 +0000
@@ -21,6 +21,7 @@
 #ifndef AVFORMAT_MXF_H
 #define AVFORMAT_MXF_H
 
+#include <string.h>
 #include "avformat.h"
 #include "libavcodec/bytestream.h"