libnl-tiny: include <sys/socket.h>
[openwrt/staging/chunkeey.git] / package / libs / libnl-tiny / src / include / linux / netlink.h
index d252103d2b7d9f598f92c2beb8e8e030880c3e61..3d6d367b12057a62ad0e08a28d4393dd7e1d2241 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <linux/socket.h> /* for sa_family_t */
 #include <linux/types.h>
+#include <sys/socket.h> /* for sa_family_t */
 
 #define NETLINK_ROUTE          0       /* Routing/device hook                          */
 #define NETLINK_UNUSED         1       /* Unused number                                */