diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2024-01-04 14:26:33 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2024-01-04 14:26:33 -0500 |
| commit | 75b3e82dfa88d85782d0b08fe80e2e4e15abfb6b (patch) | |
| tree | 2cd21a3b212dd180c57220634d1a7ef053d292fb /pimd/pim6_mld.c | |
| parent | ca5454057678927d5e4b244ab49fedc448198f0c (diff) | |
*: Remove cost of including netinet/icmp.h everywhere
This file inclusion is only used in 3 places move
the includes to those spots.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'pimd/pim6_mld.c')
| -rw-r--r-- | pimd/pim6_mld.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim6_mld.c b/pimd/pim6_mld.c index 20ef9216a9..a39d182990 100644 --- a/pimd/pim6_mld.c +++ b/pimd/pim6_mld.c @@ -13,6 +13,7 @@ */ #include <zebra.h> +#include <netinet/icmp6.h> #include <netinet/ip6.h> #include "lib/memory.h" |
