tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit c84ab36eff6fcd54ffe9d271aa16e19acddeba54
parent 935ba025653567f1700d2590b3ccd008460dbf6e
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu, 28 Jun 2018 16:37:59 -0400

A couple of includes to make windows compile again

Diffstat:
Msrc/lib/net/buffers_net.c | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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 <winsock2.h> +#endif #include <stdlib.h>