diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-01-19 08:49:12 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-01-19 08:49:12 -0500 | 
| commit | fcd6282c55a4186a0c0e9dd57ca37992d1d0b025 (patch) | |
| tree | 543cdc0cc3e974c2c0067508a7793f8e1cc8c5ee /pimd/pim_igmpv2.c | |
| parent | b8b35c63a5176e4c2e753e0c83156b4c4eb53f63 (diff) | |
pimd: Missing include causes compile failure on some bsd's
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_igmpv2.c')
| -rw-r--r-- | pimd/pim_igmpv2.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/pim_igmpv2.c b/pimd/pim_igmpv2.c index 975ff9faa1..ee4aa7bd9d 100644 --- a/pimd/pim_igmpv2.c +++ b/pimd/pim_igmpv2.c @@ -19,6 +19,8 @@   * MA 02110-1301 USA   */ +#include "zebra.h" +  #include "pimd.h"  #include "pim_igmp.h"  #include "pim_igmpv2.h"  | 
