aboutsummaryrefslogtreecommitdiffstats
path: root/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'md5.c')
-rwxr-xr-xmd5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/md5.c b/md5.c
index 543e8c581..f132ffb3a 100755
--- a/md5.c
+++ b/md5.c
@@ -1,6 +1,6 @@
/* MD5 checksum routines used for authentication. Not covered by GPL, but
in the public domain as per the copyright below */
-
+#include <endian.h>
# if __BYTE_ORDER == __BIG_ENDIAN || BYTE_ORDER == BIG_ENDIAN
# define HIGHFIRST 1
# endif