/usr/include/linux/netlink.h should have #include <sys/socket.h> ?

From: muradaikan
Date: Fri Nov 20 2009 - 23:43:46 EST


Currently /usr/include/linux/netlink.h has

#include <linux/socket.h> /* for sa_family_t */

and <linux/socket.h> contains ss_family but <sys/socket.h> has sa_family.

So should the line be

#include <sys/socket.h> /* for sa_family_t */

in /usr/include/linux/netlink.h ?

Thanks,
muradaikan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/