md5: include utils.h instead of endian.h to fix portability issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
This commit is contained in:
parent
32e49d687b
commit
e7e554c194
1 changed files with 1 additions and 1 deletions
2
md5.c
2
md5.c
|
@ -52,8 +52,8 @@
|
|||
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <endian.h>
|
||||
|
||||
#include "utils.h"
|
||||
#include "md5.h"
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue