diff bytestream.h @ 8667:5690a6211e8c libavcodec

Directly #include some required headers.
author diego
date Sun, 25 Jan 2009 19:11:10 +0000
parents 2acf0ae7b041
children
line wrap: on
line diff
--- a/bytestream.h	Sun Jan 25 18:12:13 2009 +0000
+++ b/bytestream.h	Sun Jan 25 19:11:10 2009 +0000
@@ -22,6 +22,7 @@
 #ifndef AVCODEC_BYTESTREAM_H
 #define AVCODEC_BYTESTREAM_H
 
+#include <string.h>
 #include "libavutil/common.h"
 #include "libavutil/intreadwrite.h"