summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2012-10-05 10:10:34 +0200
committerantirez <antirez@gmail.com>2012-10-05 10:10:34 +0200
commite2f2dab3efbe2ffdcad013eaa9131529c82b6fd4 (patch)
tree2d45e83abc2cd30921e0e94abae31f59cb0d2ae4
parente480c279bc28832ca78a33f7f52c0b57ae5a16f1 (diff)
downloadredis-e2f2dab3efbe2ffdcad013eaa9131529c82b6fd4.tar.gz
Include time.h in ae.c as we now use time().
-rw-r--r--src/ae.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ae.c b/src/ae.c
index ee483802c..d2faed326 100644
--- 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"