From 32e49d687b6557a01a439a3e2a9eebdf638d4b03 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Mon, 29 Jun 2015 16:01:04 +0200 Subject: [PATCH] md5: include endian.h for musl, otherwise hashes are invalid for BE Signed-off-by: Steven Barth --- md5.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.11.0