aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/routerset.c')
-rw-r--r--src/or/routerset.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/routerset.c b/src/or/routerset.c
index a2599b316c..8a6ff3b582 100644
--- a/src/or/routerset.c
+++ b/src/or/routerset.c
@@ -36,6 +36,8 @@
#include "routerparse.h"
#include "routerset.h"
+#include "node_st.h"
+
/** Return a new empty routerset. */
routerset_t *
routerset_new(void)