Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/md5.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-06-29 17:13:08 +0300
committerFelix Fietkau <nbd@openwrt.org>2015-06-29 17:13:08 +0300
commite7e554c194d94f43b5a1e885bddbf1f092019ac4 (patch)
tree2e56b61eda5e620e2a81a33a02b094c3c8e65628 /md5.c
parent32e49d687b6557a01a439a3e2a9eebdf638d4b03 (diff)
md5: include utils.h instead of endian.h to fix portability issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'md5.c')
-rw-r--r--md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/md5.c b/md5.c
index fd25282..781dbd1 100644
--- a/md5.c
+++ b/md5.c
@@ -52,8 +52,8 @@
#include <string.h>
#include <stdio.h>
-#include <endian.h>
+#include "utils.h"
#include "md5.h"
/*