fixup! Extract time functionality into lib/wallclock and lib/time

This commit is contained in:
Nick Mathewson 2018-06-28 13:39:09 -04:00
parent 02bb701bba
commit 326c473b79

View File

@ -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.