hi, > On Thu, Jan 31, 2013 at 07:49:45PM +0900, YAMAMOTO Takashi wrote: >> @@ -23,6 +23,7 @@ >> #include <netinet/in.h> >> #include <stdbool.h> >> #include "openvswitch/types.h" >> +#include <netinet/in_systm.h> >> #include <netinet/ip.h> > > This is the first I've ever heard of in_systm.h. Is it a portable > header file? It is not in SUSv4, although I do see it on my GNU/Linux > host.
i don't know. i guess it's available on many of systems because it's ancient. NetBSD-6's ip.h requires in_systm.h included beforehand. i can put it in ifdef __NetBSD__ if you worry. YAMAMOTO Takashi _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev