Created attachment 94039 [details] [review] include <netinet/in.h> for IPPROTO_* POSIX says that we need <netinet/in.h> for IPPROTO_* to be defined, so make sure we include it. It also ensures that we get a definition of 'struct sockaddr' which appears in the rawudp header as an argument type.
Pushed, thanks commit 8b99315a911e82aaaac31566c33d0a2d7f3483b1 Author: Ryan Lortie <desrt@desrt.ca> Date: Thu Feb 13 22:03:09 2014 -0500 transmitters: include <netinet/in.h> for IPPROTO_* POSIX says that we need <netinet/in.h> for IPPROTO_* to be defined, so make sure we include it. It also ensures that we get a definition of 'struct sockaddr' which appears in the rawudp header as an argument type.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.