diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2021-09-16 12:32:45 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-16 12:32:45 -0400 | 
| commit | 7e469b947605dcf3bd73f9a2541217aa29ee05b6 (patch) | |
| tree | e313ea33e39e0e680f864a18585e1b1ac88b2e46 /pimd/pim_rpf.c | |
| parent | a8f67b1306d37d37176654e9b5761d3c68b13a57 (diff) | |
| parent | 5421bf8f1d5e9f5a6fd8025b0af46503a35ec3bf (diff) | |
Merge pull request #9489 from opensourcerouting/pim-restruct-20210825
pimd: move IGMP memberships from socket to iface, + some cleanups
Diffstat (limited to 'pimd/pim_rpf.c')
| -rw-r--r-- | pimd/pim_rpf.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_rpf.c b/pimd/pim_rpf.c index 66c6df65ad..b93f85e48c 100644 --- a/pimd/pim_rpf.c +++ b/pimd/pim_rpf.c @@ -31,6 +31,7 @@  #include "pim_pim.h"  #include "pim_str.h"  #include "pim_iface.h" +#include "pim_neighbor.h"  #include "pim_zlookup.h"  #include "pim_ifchannel.h"  #include "pim_time.h"  | 
