diff options
Diffstat (limited to 'usr.bin/netstat/bpf.c')
-rw-r--r-- | usr.bin/netstat/bpf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/netstat/bpf.c b/usr.bin/netstat/bpf.c index 90fa623d..73cc018 100644 --- a/usr.bin/netstat/bpf.c +++ b/usr.bin/netstat/bpf.c @@ -28,6 +28,7 @@ #include <sys/types.h> #include <sys/protosw.h> #include <sys/socket.h> +#include <sys/socketvar.h> #include <sys/sysctl.h> #include <sys/param.h> #include <sys/user.h> |