Commit 44496ff2 authored by Mans Rullgard's avatar Mans Rullgard

md5: include correct headers

This file needs stdint.h but not string.h
Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent edf4dbff
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment