projects
/
oweals
/
libubox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32e49d6
)
md5: include utils.h instead of endian.h to fix portability issues
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 29 Jun 2015 14:13:08 +0000
(16:13 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 29 Jun 2015 14:13:08 +0000
(16:13 +0200)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
md5.c
patch
|
blob
|
history
diff --git
a/md5.c
b/md5.c
index fd252823d517f6469e74c65567761cd5645de09f..781dbd16ed786c38d0cfe417ec22b12dd00accf3 100644
(file)
--- 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"
/*