From: antirez <antirez@gmail.com> Date: Fri, 14 May 2010 17:24:01 +0000 (+0200) Subject: one more fix for endianess detection X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/4d16bb253c8807e45abcd776fcf6521c525a3f2b one more fix for endianess detection --- diff --git a/sha1.c b/sha1.c index a4f54c9e..988ede7f 100644 --- a/sha1.c +++ b/sha1.c @@ -21,8 +21,6 @@ A million repetitions of "a" #define SHA1HANDSOFF -#include <endian.h> - #include <stdio.h> #include <string.h> #include <sys/types.h> /* for u_int*_t */