Signed-off-by: Mikko Rapeli <mikko.rapeli@xxxxxx> --- net/netlink_setsockopt.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net/netlink_setsockopt.c b/net/netlink_setsockopt.c index 549c3f0..76e458f 100644 --- a/net/netlink_setsockopt.c +++ b/net/netlink_setsockopt.c @@ -1,5 +1,9 @@ #include <stdlib.h> #include <sys/socket.h> /* old netlink.h is broken */ + +/* For sa_family_t needed by <linux/netlink.h> */ +#include <netinet/in.h> + #include <linux/netlink.h> #include "net.h" #include "maps.h" // page_rand -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe trinity" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html