[FFmpeg-cvslog] md5: include correct headers

Mans Rullgard git at videolan.org
Mon Jul 4 00:53:48 CEST 2011


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Sun Jul  3 17:51:02 2011 +0100| [44496ff2d60d3f49b55ea794284504a16c2ba4c5] | committer: Mans Rullgard

md5: include correct headers

This file needs stdint.h but not string.h

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=44496ff2d60d3f49b55ea794284504a16c2ba4c5
---

 libavutil/md5.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavutil/md5.c b/libavutil/md5.c
index b0c678b..74e109b 100644
--- a/libavutil/md5.c
+++ b/libavutil/md5.c
@@ -30,7 +30,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include <string.h>
+#include <stdint.h>
 #include "bswap.h"
 #include "md5.h"
 



More information about the ffmpeg-cvslog mailing list