diff mpegvideo_common.h @ 8667:5690a6211e8c libavcodec

Directly #include some required headers.
author diego
date Sun, 25 Jan 2009 19:11:10 +0000
parents 04423b2f6e0b
children e9d9d946f213
line wrap: on
line diff
--- a/mpegvideo_common.h	Sun Jan 25 18:12:13 2009 +0000
+++ b/mpegvideo_common.h	Sun Jan 25 19:11:10 2009 +0000
@@ -30,6 +30,7 @@
 #ifndef AVCODEC_MPEGVIDEO_COMMON_H
 #define AVCODEC_MPEGVIDEO_COMMON_H
 
+#include <string.h>
 #include "avcodec.h"
 #include "dsputil.h"
 #include "mpegvideo.h"