Commit 2b73b350 authored by antirez's avatar antirez
Browse files

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

parent b7b2a1cc
......@@ -37,6 +37,7 @@
#include <stdlib.h>
#include <poll.h>
#include <string.h>
#include <time.h>
#include "ae.h"
#include "zmalloc.h"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment