openwrtv3/package
Felix Fietkau 1e06647d37 libnl-tiny: include <sys/socket.h>
Currently some libnl headers require application code to include
dependencies on its own. E.g. a simple include of <linux/netlink.h>
will trigger an error:
/usr/include/libnl-tiny/linux/netlink.h:32:2: error: unknown type name 'sa_family_t'

Similarly including <netlink/handlers.h> causes:
/usr/include/libnl-tiny/netlink/handlers.h:133:19: warning: 'struct ucred' declared inside parameter list [enabled by default]

Fix it by including <sys/socket.h> where needed in libnl headers.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

SVN-Revision: 47456
2015-11-11 11:39:21 +00:00
..
base-files base-files: create /var/tmp on boot 2015-10-19 10:09:46 +00:00
boot kirkwood: rework Linksys EA[34]500 DTS 2015-11-10 00:16:24 +00:00
devel package/devel/perf: fix build for kernel 4.1 2015-11-02 10:16:28 +00:00
firmware ath10k-firmware: update firmware version for QCA988X 2015-11-11 08:32:37 +00:00
kernel mac80211: restricted automatic channel selection 2015-11-08 20:40:15 +00:00
libs libnl-tiny: include <sys/socket.h> 2015-11-11 11:39:21 +00:00
network hostapd: Use network_get_device instead of uci_get_state 2015-11-11 08:34:59 +00:00
system opkg: remove obsolete gcc version check 2015-11-10 21:10:57 +00:00
utils e2fsprogs: add packages for "chattr" and "lsattr" 2015-11-08 20:39:54 +00:00
Makefile build: Prevent more gzip timestamps 2015-07-14 09:57:45 +00:00