Include time.h in ae.c as we now use time().

This commit is contained in:
antirez 2012-10-05 10:10:34 +02:00
parent b7b2a1cc5e
commit 2b73b3509a

View File

@ -37,6 +37,7 @@
#include <stdlib.h>
#include <poll.h>
#include <string.h>
#include <time.h>
#include "ae.h"
#include "zmalloc.h"