md5: include endian.h for musl, otherwise hashes are invalid for BE
[project/libubox.git] / md5.c
diff --git a/md5.c b/md5.c
index 13f8455..fd25282 100644 (file)
--- a/md5.c
+++ b/md5.c
@@ -52,6 +52,7 @@
 
 #include <string.h>
 #include <stdio.h>
+#include <endian.h>
 
 #include "md5.h"