mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
fixup! Extract time functionality into lib/wallclock and lib/time
This commit is contained in:
parent
02bb701bba
commit
326c473b79
@ -8,6 +8,10 @@
|
||||
#include "lib/cc/compat_compiler.h"
|
||||
#include "lib/log/torlog.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <winsock2.h>
|
||||
#endif
|
||||
|
||||
#define TOR_USEC_PER_SEC 1000000
|
||||
|
||||
/** Return the difference between start->tv_sec and end->tv_sec.
|
||||
|
Loading…
Reference in New Issue
Block a user