X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/18aa2b87b6db7fa79b0596590aa385adcbc64e53..a1b1c1ea3adb864c8c2e3feb4eaed890a9b505cf:/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. */