diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2015-11-18 23:47:12 +1100 |
---|---|---|
committer | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2015-11-18 23:47:12 +1100 |
commit | 3351f69c757b23e89f3785a3d1215f7152c1836e (patch) | |
tree | 507d11d28215e7b34b366772d091a2713e0facaf /src | |
parent | 878b5738c25bf378f7e9a801eca623af2abde2b1 (diff) | |
download | tor-3351f69c757b23e89f3785a3d1215f7152c1836e.tar.gz tor-3351f69c757b23e89f3785a3d1215f7152c1836e.zip |
Fixup 86eba14ac549: add errno.h for EPROTONOSUPPORT
Diffstat (limited to 'src')
-rw-r--r-- | src/test/test_util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_util.c b/src/test/test_util.c index 9a1084640a..1a749735b6 100644 --- a/src/test/test_util.c +++ b/src/test/test_util.c @@ -20,6 +20,7 @@ #include <math.h> #include <ctype.h> #include <float.h> +#include <errno.h> /* XXXX this is a minimal wrapper to make the unit tests compile with the * changed tor_timegm interface. */ |