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.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/or/routerset.c b/src/or/routerset.c
index a2599b316c..6da1c201b7 100644
--- a/src/or/routerset.c
+++ b/src/or/routerset.c
@@ -36,6 +36,11 @@
#include "routerparse.h"
#include "routerset.h"
+#include "extend_info_st.h"
+#include "node_st.h"
+#include "routerinfo_st.h"
+#include "routerstatus_st.h"
+
/** Return a new empty routerset. */
routerset_t *
routerset_new(void)