mirror of
https://github.com/darkk/redsocks.git
synced 2025-08-26 11:45:30 +00:00
Fix compiler warning: time() was undefined.
This commit is contained in:
parent
60ccc646e0
commit
ed80ac7d70
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user