]> git.saurik.com Git - redis.git/blobdiff - src/intset.c
Add ziplist test for deleting next to last entries
[redis.git] / src / intset.c
index 9df7936b6ecf034eae34fc502597e62d514c3725..225f0e92aea1203d95140bffe79898cca07736e7 100644 (file)
@@ -3,7 +3,7 @@
 #include <string.h>
 #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. */