summaryrefslogtreecommitdiff
path: root/src/or/confparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/confparse.c')
-rw-r--r--src/or/confparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/confparse.c b/src/or/confparse.c
index 203395d081..67cf43fe8c 100644
--- a/src/or/confparse.c
+++ b/src/or/confparse.c
@@ -6,7 +6,7 @@
#include "or.h"
#include "confparse.h"
-#include "routerlist.h"
+#include "routerset.h"
static uint64_t config_parse_memunit(const char *s, int *ok);
static int config_parse_msec_interval(const char *s, int *ok);