tor

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

commit e420154ce77d9169bc72c373bfc7e29cb7245723
parent 6ca29ea4094c7cb5696cd41d3994dd2fb230fe9a
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed,  7 Nov 2018 14:39:20 -0500

Add an include to main.c

Diffstat:
Msrc/app/main/main.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/app/main/main.c b/src/app/main/main.c @@ -71,6 +71,7 @@ #include "lib/crypt_ops/crypto_rand.h" #include "lib/crypt_ops/crypto_s2k.h" #include "lib/geoip/geoip.h" +#include "lib/net/resolve.h" #include "lib/process/waitpid.h"