X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/6136a16bd1fe4a88ada02e31e597b805d8a86b55..41e8e5cb8ec9c4e6ca79750338ad98c4e234a697:/src/intset.c diff --git a/src/intset.c b/src/intset.c index 9df7936b..225f0e92 100644 --- a/src/intset.c +++ b/src/intset.c @@ -3,7 +3,7 @@ #include #include "intset.h" #include "zmalloc.h" -#include "endian.h" +#include "endianconv.h" /* Note that these encodings are ordered, so: * INTSET_ENC_INT16 < INTSET_ENC_INT32 < INTSET_ENC_INT64. */