md5: include endian.h for musl, otherwise hashes are invalid for BE

Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
Steven Barth 2015-06-29 16:01:04 +02:00
parent d1c66ef113
commit 32e49d687b

1
md5.c
View file

@ -52,6 +52,7 @@
#include <string.h>
#include <stdio.h>
#include <endian.h>
#include "md5.h"