Work around bugs in system headers.
authorBen Pfaff <blp@nicira.com>
Fri, 12 Feb 2010 20:51:36 +0000 (12:51 -0800)
committerBen Pfaff <blp@nicira.com>
Fri, 12 Feb 2010 21:56:15 +0000 (13:56 -0800)
commit7f3adc00f8d9cc0e035cd58817a28301e62eaec8
treeeefce0ead021bd00401c525b769d48f7bafe7646
parente5f1d483899c1d43709262650cd001e169efc0b4
Work around bugs in system headers.

On some system, at least, one must include <sys/types.h> before
<netinet/in.h>, and <netinet/in.h> before <arpa/inet.h> or <net/if.h>.

From Jean Tourrilhes <jt@hpl.hp.com>.
lib/dpif-netdev.c
lib/flow.h
lib/ofp-print.c
lib/stp.c
ofproto/pinsched.c