Always #include <sys/socket.h> before <net/if.h>.
authorBen Pfaff <blp@nicira.com>
Wed, 26 May 2010 17:05:19 +0000 (10:05 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 26 May 2010 22:27:01 +0000 (15:27 -0700)
commit9d82ec478d52edfddd215dff1b0659ed7508b365
treeb32997aedde241f854fef550d9289166c5d2ae73
parenta36919566a348427d28dce06b607a3dcfeb64822
Always #include <sys/socket.h> before <net/if.h>.

FreeBSD 8.0's <net/if.h> requires <sys/socket.h> to be included first,
even though I don't see any such requirement in POSIX.
lib/dpif-netdev.c
ofproto/discovery.c
ofproto/in-band.c
ofproto/ofproto.c
utilities/ovs-dpctl.c
utilities/ovs-ofctl.c
vswitchd/bridge.c