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:02 +0000 (18:45 -0700)
commitccf7b34ead19f820c5f90fedd1b6caafb7dd9db1
tree7cba5ea1903a834fee5f99112dbf17450331fa0a
parentcd159f1a82674eca96e8e2c0f184e3abac92172d
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