From: Nick Mathewson Date: Thu, 28 Jun 2018 20:37:59 +0000 (-0400) Subject: A couple of includes to make windows compile again X-Git-Tag: tor-0.3.5.1-alpha~309 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c84ab36eff6fcd54ffe9d271aa16e19acddeba54;p=thirdparty%2Ftor.git A couple of includes to make windows compile again --- diff --git a/src/lib/net/buffers_net.c b/src/lib/net/buffers_net.c index 01be30f5af..edc9954f22 100644 --- a/src/lib/net/buffers_net.c +++ b/src/lib/net/buffers_net.c @@ -9,6 +9,11 @@ #include "lib/container/buffers.h" #include "lib/log/torlog.h" #include "lib/log/util_bug.h" +#include "lib/net/nettypes.h" + +#ifdef _WIN32 +#include +#endif #include