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/e2f2dab3efbe2ffdcad013eaa9131529c82b6fd4?ds=inline 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"