commit 3351f69c757b23e89f3785a3d1215f7152c1836e Author: teor (Tim Wilson-Brown) teor2345@gmail.com Date: Wed Nov 18 23:47:12 2015 +1100
Fixup 86eba14ac549: add errno.h for EPROTONOSUPPORT --- src/test/test_util.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/test/test_util.c b/src/test/test_util.c index 9a10846..1a74973 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. */