From: Steven Barth Date: Mon, 29 Jun 2015 14:01:04 +0000 (+0200) Subject: md5: include endian.h for musl, otherwise hashes are invalid for BE X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=commitdiff_plain;h=32e49d687b6557a01a439a3e2a9eebdf638d4b03 md5: include endian.h for musl, otherwise hashes are invalid for BE Signed-off-by: Steven Barth --- diff --git a/md5.c b/md5.c index 13f8455..fd25282 100644 --- a/md5.c +++ b/md5.c @@ -52,6 +52,7 @@ #include #include +#include #include "md5.h"