tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 4b32446a4c52f9ac91cf230b90ee5b72331793be
parent 145665abcbdb095aba59560db4ea8e3eee012de1
Author: Nick Mathewson <nickm@torproject.org>
Date:   Fri, 22 Jun 2018 13:34:35 -0400

We also need torerr in tm_cvt.

Diffstat:
Msrc/lib/wallclock/tm_cvt.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/lib/wallclock/tm_cvt.c b/src/lib/wallclock/tm_cvt.c @@ -8,6 +8,7 @@ #include "lib/cc/compat_compiler.h" #include "lib/wallclock/tm_cvt.h" #include "lib/string/printf.h" +#include "lib/err/torerr.h" #include <errno.h> #include <time.h>