diff mxf.h @ 4288:8f0e6cdf0a59 libavformat

Directly #include some required headers.
author diego
date Sun, 25 Jan 2009 19:11:10 +0000
parents 2402eb8c37ff
children 39f6b190c772
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"