]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
We also need torerr in tm_cvt.
authorNick Mathewson <nickm@torproject.org>
Fri, 22 Jun 2018 17:34:35 +0000 (13:34 -0400)
committerNick Mathewson <nickm@torproject.org>
Fri, 22 Jun 2018 17:34:35 +0000 (13:34 -0400)
src/lib/wallclock/tm_cvt.c

index cf73cc542c59f2c170a647cd7d58a6b123c96697..63f92bff24e521ff3002d54356faeffcc29fcfd5 100644 (file)
@@ -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>