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:
parent
d1c66ef113
commit
32e49d687b
1 changed files with 1 additions and 0 deletions
1
md5.c
1
md5.c
|
@ -52,6 +52,7 @@
|
|||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <endian.h>
|
||||
|
||||
#include "md5.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue