From: antirez Date: Fri, 5 Oct 2012 08:10:34 +0000 (+0200) Subject: Include time.h in ae.c as we now use time(). X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/2b73b3509ac9d04364a30af141d3092221aa59ce Include time.h in ae.c as we now use time(). --- diff --git a/src/ae.c b/src/ae.c index ee483802..d2faed32 100644 --- a/src/ae.c +++ b/src/ae.c @@ -37,6 +37,7 @@ #include #include #include +#include #include "ae.h" #include "zmalloc.h"