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_static.c | 1 + 1 file changed, 1 insertion(+) (limited to 'pimd/pim_static.c') diff --git a/pimd/pim_static.c b/pimd/pim_static.c index d3b31771a0..581b855f92 100644 --- a/pimd/pim_static.c +++ b/pimd/pim_static.c @@ -26,6 +26,7 @@ #include "linklist.h" #include "pimd.h" +#include "pim_instance.h" #include "pim_oil.h" #include "pim_static.h" #include "pim_time.h" -- cgit v1.2.3