From d06a5b23c85d615310ce199c04bc2d122d16526a Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 5 Jul 2010 20:14:48 +0200 Subject: [PATCH] Fixed compilation on *BSD systems --- TODO | 1 + src/redis.h | 1 + 2 files changed, 2 insertions(+) diff --git a/TODO b/TODO index 4fcdb18f..5d9736a9 100644 --- a/TODO +++ b/TODO @@ -6,6 +6,7 @@ VERSION 2.2 TODO (Optimizations and latency) * Support for syslog(3). * Change the implementation of ZCOUNT to use the augmented skiplist in order to be much faster. +* Add an explicit test for MULTI/EXEC reloaded in the AOF. VM TODO ======= diff --git a/src/redis.h b/src/redis.h index 545a3e0f..4ff83620 100644 --- a/src/redis.h +++ b/src/redis.h @@ -16,6 +16,7 @@ #include #include #include +#include #include "ae.h" /* Event driven programming library */ #include "sds.h" /* Dynamic safe strings */ -- GitLab