Browse code

md5: include correct headers

This file needs stdint.h but not string.h

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

Mans Rullgard authored on 2011/07/04 01:51:02
Showing 1 changed files
... ...
@@ -30,7 +30,7 @@
30 30
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
31 31
  */
32 32
 
33
-#include <string.h>
33
+#include <stdint.h>
34 34
 #include "bswap.h"
35 35
 #include "md5.h"
36 36