summaryrefslogtreecommitdiffstats
path: root/pimd/pim_assert.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2022-05-06 12:36:51 +0200
committerDavid Lamparter <equinox@opensourcerouting.org>2022-05-06 15:10:57 +0200
commit993e3d8e131ab729f86bfd01f031093dc4827d87 (patch)
treeed2851d0ffc8a5d0bf80f0134b60bf13ff44cf2a /pimd/pim_assert.c
parentpimd: pass down length for register messages (diff)
downloadfrr-993e3d8e131ab729f86bfd01f031093dc4827d87.tar.xz
frr-993e3d8e131ab729f86bfd01f031093dc4827d87.zip
pimd: un-dependency-hell `pim_instance.h`
This is causing build issues on BSD by including (transitively) `linux/mroute6.h` - try to address by disentangling the headers a bunch. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd/pim_assert.c')
-rw-r--r--pimd/pim_assert.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_assert.c b/pimd/pim_assert.c
index 7d924d650..6191f9646 100644
--- a/pimd/pim_assert.c
+++ b/pimd/pim_assert.c
@@ -24,6 +24,7 @@
#include "if.h"
#include "pimd.h"
+#include "pim_instance.h"
#include "pim_str.h"
#include "pim_tlv.h"
#include "pim_msg.h"