diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-27 10:26:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-27 10:26:01 -0400 |
commit | c8f2a6d2fe17fb1c02116fddaa93ded0ce655af9 (patch) | |
tree | f44c26b004897d9d646069a0e3131263ba9ddc31 /src/test/test_options.c | |
parent | fa32574bdb7381f02abc68ad917ad79f354938a4 (diff) | |
download | tor-c8f2a6d2fe17fb1c02116fddaa93ded0ce655af9.tar.gz tor-c8f2a6d2fe17fb1c02116fddaa93ded0ce655af9.zip |
Extract the non-stats part of geoip into a new src/lib/geoip.
Diffstat (limited to 'src/test/test_options.c')
-rw-r--r-- | src/test/test_options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_options.c b/src/test/test_options.c index a4de0e992a..f14e620eeb 100644 --- a/src/test/test_options.c +++ b/src/test/test_options.c @@ -8,7 +8,7 @@ #include "app/config/confparse.h" #include "app/config/config.h" #include "test/test.h" -#include "feature/stats/geoip.h" +#include "lib/geoip/geoip.h" #define ROUTERSET_PRIVATE #include "feature/nodelist/routerset.h" |