]> git.saurik.com Git - redis.git/commitdiff
fixed compilation warnings in the AOF sanity check tool
authorantirez <antirez@metal.(none)>
Wed, 12 May 2010 09:56:12 +0000 (11:56 +0200)
committerantirez <antirez@metal.(none)>
Wed, 12 May 2010 09:56:12 +0000 (11:56 +0200)
redis-check-aof.c

index 050bb562c29b7d0ea3bddad07b7dcf28234d0a8b..ff0d1f82cf8b5f8297839726790f7f7eb003e679 100644 (file)
@@ -1,3 +1,4 @@
+#include "fmacros.h"
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>