summaryrefslogtreecommitdiff
path: root/redis-check-aof.c
diff options
context:
space:
mode:
authorantirez <antirez@metal.(none)>2010-05-12 11:56:12 +0200
committerantirez <antirez@metal.(none)>2010-05-12 11:56:12 +0200
commit418807d2d55fa6632ce1dca1f58ad7ee29f1ff00 (patch)
tree0aae0dae5021eb2120cacbe86c462f291522c360 /redis-check-aof.c
parentabce5627d7ce3bc1f5d2a15f65af11874bec169a (diff)
downloadredis-418807d2d55fa6632ce1dca1f58ad7ee29f1ff00.tar.gz
fixed compilation warnings in the AOF sanity check tool
Diffstat (limited to 'redis-check-aof.c')
-rw-r--r--redis-check-aof.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/redis-check-aof.c b/redis-check-aof.c
index 050bb562c..ff0d1f82c 100644
--- a/redis-check-aof.c
+++ b/redis-check-aof.c
@@ -1,3 +1,4 @@
+#include "fmacros.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>