]> git.sesse.net Git - ffmpeg/commitdiff
md5: include correct headers
authorMans Rullgard <mans@mansr.com>
Sun, 3 Jul 2011 16:51:02 +0000 (17:51 +0100)
committerMans Rullgard <mans@mansr.com>
Sun, 3 Jul 2011 17:19:18 +0000 (18:19 +0100)
This file needs stdint.h but not string.h

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavutil/md5.c

index b0c678bc27d8dc40ef2cb79541d172756523d769..74e109b72df94980b944ab3ad540813670a88591 100644 (file)
@@ -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"