aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/routingtable.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/routingtable.c')
-rw-r--r--src/routingtable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routingtable.c b/src/routingtable.c
index 250c6a1..fcdca71 100644
--- a/src/routingtable.c
+++ b/src/routingtable.c
@@ -1,7 +1,7 @@
/* Copyright 2015-2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved. */
-#include "wireguard.h"
#include "routingtable.h"
+#include "peer.h"
struct routing_table_node {
struct routing_table_node __rcu *bit[2];