netdev-bsd: Include net/bpf.h.
authorDan McGregor <dan.mcgregor@usask.ca>
Tue, 19 May 2015 19:24:26 +0000 (12:24 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 21 May 2015 01:45:33 +0000 (18:45 -0700)
commit41eb3e6e557370dfc01fa763962428a62e583466
tree2be393f60dbeaa100f5497ce4b21dd60ccd5818a
parente7e5467e00bab0683896d0eb71732238098111c5
netdev-bsd: Include net/bpf.h.

The documentation says it is required to use bpf ioctls on both
NetBSD and FreeBSD. It causes a compile time failure on FreeBSD 10.

Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/netdev-bsd.c