summaryrefslogtreecommitdiff
path: root/pimd/pim_jp_agg.h
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_jp_agg.h
parent1b00ed5f6510a227e1b1da92f1802ca565823083 (diff)
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_jp_agg.h')
-rw-r--r--pimd/pim_jp_agg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/pim_jp_agg.h b/pimd/pim_jp_agg.h
index 506bf2d5ac..ee1ca6ac70 100644
--- a/pimd/pim_jp_agg.h
+++ b/pimd/pim_jp_agg.h
@@ -20,6 +20,8 @@
#ifndef __PIM_JP_AGG_H__
#define __PIM_JP_AGG_H__
+#include "pim_rpf.h"
+
struct pim_jp_sources {
struct pim_upstream *up;
int is_join;