X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/b1b602a92887f271db3101d67e0319ce31fa68b3..395d663d29e6c3fe8fe7c9a3503b96c9bde211f3:/src/debug.c diff --git a/src/debug.c b/src/debug.c index 31cfac65..7d6fdf97 100644 --- a/src/debug.c +++ b/src/debug.c @@ -29,6 +29,7 @@ #include "redis.h" #include "sha1.h" /* SHA1 is used for DEBUG DIGEST */ +#include "crc64.h" #include #include @@ -667,7 +668,6 @@ void logCurrentClient(void) { } #if defined(HAVE_PROC_MAPS) -uint64_t crc64(uint64_t crc, const unsigned char *s, uint64_t l); void memtest_non_destructive_invert(void *addr, size_t size); void memtest_non_destructive_swap(void *addr, size_t size); #define MEMTEST_MAX_REGIONS 128