diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-01-25 19:11:10 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-01-25 19:11:10 +0000 |
commit | c60208e7a1f69ef62632ad3906503aefccbdc433 (patch) | |
tree | 7c5236a4c9f106d83236e38a33bfb8a71f7d4598 /libavcodec/bytestream.h | |
parent | 30e98e62b132038418c23c70d2d8501ea052bb42 (diff) | |
download | ffmpeg-c60208e7a1f69ef62632ad3906503aefccbdc433.tar.gz |
Directly #include some required headers.
Originally committed as revision 16780 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/bytestream.h')
-rw-r--r-- | libavcodec/bytestream.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/bytestream.h b/libavcodec/bytestream.h index 0f2178a86e..b56f6ce743 100644 --- a/libavcodec/bytestream.h +++ b/libavcodec/bytestream.h @@ -22,6 +22,7 @@ #ifndef AVCODEC_BYTESTREAM_H #define AVCODEC_BYTESTREAM_H +#include <string.h> #include "libavutil/common.h" #include "libavutil/intreadwrite.h" |