[tor-commits] [tor/master] Add an include to main.c

nickm at torproject.org nickm at torproject.org
Wed Dec 5 13:19:33 UTC 2018


commit e420154ce77d9169bc72c373bfc7e29cb7245723
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Nov 7 14:39:20 2018 -0500

    Add an include to main.c
---
 src/app/main/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/app/main/main.c b/src/app/main/main.c
index ec86c4639..59ab4ce40 100644
--- 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"
 





More information about the tor-commits mailing list