tor

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

commit 34402ece8c7483ba0a206af35c1bae3d79e9b63c
parent 013a1238336ab860a9c9998e1aec6bc211f33fb3
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu, 27 Sep 2018 11:02:58 -0400

geoip: fix windows compilation

Diffstat:
Msrc/lib/geoip/.may_include | 1+
Msrc/lib/geoip/geoip.h | 2++
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/lib/geoip/.may_include b/src/lib/geoip/.may_include @@ -1,3 +1,4 @@ +orconfig.h lib/cc/*.h lib/container/*.h lib/crypt_ops/*.h diff --git a/src/lib/geoip/geoip.h b/src/lib/geoip/geoip.h @@ -12,8 +12,10 @@ #ifndef TOR_GEOIP_H #define TOR_GEOIP_H +#include "orconfig.h" #include "lib/net/nettypes.h" #include "lib/testsupport/testsupport.h" +#include "lib/net/inaddr_st.h" #include "lib/geoip/country.h" #ifdef GEOIP_PRIVATE