]> git.saurik.com Git - redis.git/commitdiff
Include time.h in ae.c as we now use time().
authorantirez <antirez@gmail.com>
Fri, 5 Oct 2012 08:10:34 +0000 (10:10 +0200)
committerantirez <antirez@gmail.com>
Fri, 5 Oct 2012 08:10:34 +0000 (10:10 +0200)
src/ae.c

index ee483802c29da0d740174c3ecbcb1befeabdd6c2..d2faed326307f8ea12fdb5c718a676b7c6c257a9 100644 (file)
--- a/src/ae.c
+++ b/src/ae.c
@@ -37,6 +37,7 @@
 #include <stdlib.h>
 #include <poll.h>
 #include <string.h>
+#include <time.h>
 
 #include "ae.h"
 #include "zmalloc.h"