From: teor (Tim Wilson-Brown) Date: Wed, 18 Nov 2015 12:47:12 +0000 (+1100) Subject: Fixup 86eba14ac549: add errno.h for EPROTONOSUPPORT X-Git-Tag: tor-0.2.8.1-alpha~232^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3351f69c757b23e89f3785a3d1215f7152c1836e;p=thirdparty%2Ftor.git Fixup 86eba14ac549: add errno.h for EPROTONOSUPPORT --- 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 #include #include +#include /* XXXX this is a minimal wrapper to make the unit tests compile with the * changed tor_timegm interface. */