]> git.saurik.com Git - redis.git/blobdiff - src/zipmap.c
Produce the watchlog warning log in a way that is safer from a signal handler. Fix...
[redis.git] / src / zipmap.c
index 65ed29c89ade473dc4fcb123de4780781cd2168c..1f11fd429ea016a303a04cf6d78645bb1d8fa60f 100644 (file)
@@ -80,7 +80,7 @@
 #include <string.h>
 #include <assert.h>
 #include "zmalloc.h"
-#include "endian.h"
+#include "endianconv.h"
 
 #define ZIPMAP_BIGLEN 254
 #define ZIPMAP_END 255