summaryrefslogtreecommitdiff
path: root/libavformat/mxf.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-01-25 19:11:10 +0000
committerDiego Biurrun <diego@biurrun.de>2009-01-25 19:11:10 +0000
commitc60208e7a1f69ef62632ad3906503aefccbdc433 (patch)
tree7c5236a4c9f106d83236e38a33bfb8a71f7d4598 /libavformat/mxf.h
parent30e98e62b132038418c23c70d2d8501ea052bb42 (diff)
Directly #include some required headers.
Originally committed as revision 16780 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mxf.h')
-rw-r--r--libavformat/mxf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/mxf.h b/libavformat/mxf.h
index 5094575cfe..7c1e2ee350 100644
--- a/libavformat/mxf.h
+++ b/libavformat/mxf.h
@@ -21,6 +21,7 @@
#ifndef AVFORMAT_MXF_H
#define AVFORMAT_MXF_H
+#include <string.h>
#include "avformat.h"
#include "libavcodec/bytestream.h"