From 3351f69c757b23e89f3785a3d1215f7152c1836e Mon Sep 17 00:00:00 2001 From: "teor (Tim Wilson-Brown)" Date: Wed, 18 Nov 2015 23:47:12 +1100 Subject: [PATCH] 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 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. */ -- 2.47.3