diff options
Diffstat (limited to 'usr.sbin/cxgbetool/cxgbetool.c')
-rw-r--r-- | usr.sbin/cxgbetool/cxgbetool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/cxgbetool/cxgbetool.c b/usr.sbin/cxgbetool/cxgbetool.c index fa3a0f52663e..cabef283bbe6 100644 --- a/usr.sbin/cxgbetool/cxgbetool.c +++ b/usr.sbin/cxgbetool/cxgbetool.c @@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$"); #include <arpa/inet.h> #include <net/ethernet.h> #include <net/sff8472.h> +#include <net/bpf.h> #include <netinet/in.h> #include <ctype.h> |