X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/6136a16bd1fe4a88ada02e31e597b805d8a86b55..d10a01bb6d8645f66b66e1fb3d1c52a0dd7bd8fe:/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 <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. */