From 993e3d8e131ab729f86bfd01f031093dc4827d87 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Fri, 6 May 2022 12:36:51 +0200 Subject: 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 --- pimd/pim_vxlan.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pimd/pim_vxlan.h') diff --git a/pimd/pim_vxlan.h b/pimd/pim_vxlan.h index 96882918a..1a7e9dcf1 100644 --- a/pimd/pim_vxlan.h +++ b/pimd/pim_vxlan.h @@ -22,6 +22,8 @@ #ifndef PIM_VXLAN_H #define PIM_VXLAN_H +#include "pim_instance.h" + /* global timer used for miscellaneous staggered processing */ #define PIM_VXLAN_WORK_TIME 1 /* number of SG entries processed at one shot */ -- cgit v1.2.3