From: antirez Date: Wed, 12 May 2010 09:56:12 +0000 (+0200) Subject: fixed compilation warnings in the AOF sanity check tool X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/418807d2d55fa6632ce1dca1f58ad7ee29f1ff00?ds=inline fixed compilation warnings in the AOF sanity check tool --- diff --git a/redis-check-aof.c b/redis-check-aof.c index 050bb562..ff0d1f82 100644 --- a/redis-check-aof.c +++ b/redis-check-aof.c @@ -1,3 +1,4 @@ +#include "fmacros.h" #include #include #include