summaryrefslogtreecommitdiffstats
path: root/pimd/pim_neighbor.h
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2021-08-19 11:36:16 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2021-08-27 10:41:23 +0200
commite34e07e640989bff120acc2954536e3471134f88 (patch)
tree1a3707044205877ad3b3228b3e9f316da9609015 /pimd/pim_neighbor.h
parentMerge pull request #9496 from idryzhov/vrf-cmd-init-unused-arg (diff)
downloadfrr-e34e07e640989bff120acc2954536e3471134f88.tar.xz
frr-e34e07e640989bff120acc2954536e3471134f88.zip
pimd: de-circularize includes
pimd's include files are very interdependent. Let's chop that down a bit to gain some flexibility. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd/pim_neighbor.h')
-rw-r--r--pimd/pim_neighbor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_neighbor.h b/pimd/pim_neighbor.h
index b461098a6..d71b2b87c 100644
--- a/pimd/pim_neighbor.h
+++ b/pimd/pim_neighbor.h
@@ -27,6 +27,7 @@
#include "prefix.h"
#include "pim_tlv.h"
+#include "pim_iface.h"
struct pim_neighbor {
int64_t creation; /* timestamp of creation */