From c8f2a6d2fe17fb1c02116fddaa93ded0ce655af9 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 27 Sep 2018 10:26:01 -0400 Subject: Extract the non-stats part of geoip into a new src/lib/geoip. --- src/app/main/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/main/main.c') diff --git a/src/app/main/main.c b/src/app/main/main.c index 2266a5ff7f..8a24df2105 100644 --- a/src/app/main/main.c +++ b/src/app/main/main.c @@ -61,7 +61,7 @@ #include "feature/rend/rendcache.h" #include "feature/rend/rendclient.h" #include "feature/rend/rendservice.h" -#include "feature/stats/geoip.h" +#include "lib/geoip/geoip.h" #include "feature/stats/geoip_stats.h" #include "feature/stats/predict_ports.h" #include "feature/stats/rephist.h" -- cgit v1.2.3-54-g00ecf