0
0
mirror of https://github.com/darkk/redsocks.git synced 2025-08-26 03:35:30 +00:00

Fix compiler warning: time() was undefined.

This commit is contained in:
Leonid Evdokimov 2008-08-19 02:21:14 +07:00
parent 60ccc646e0
commit ed80ac7d70

View File

@ -4,6 +4,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <signal.h>
#include <time.h>
#include <errno.h>
#include <assert.h>
#include <event.h>