diff options
Diffstat (limited to 'usr.bin/netstat/mcast.c')
-rw-r--r-- | usr.bin/netstat/mcast.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/netstat/mcast.c b/usr.bin/netstat/mcast.c index ce0d042..7348934 100644 --- a/usr.bin/netstat/mcast.c +++ b/usr.bin/netstat/mcast.c @@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/socket.h> +#include <sys/socketvar.h> #include <net/if.h> #include <net/if_var.h> |