mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-12 23:52:09 -05:00
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 |
||
|---|---|---|
| .. | ||
| include | ||
| attr.c | ||
| cache_mngt.c | ||
| cache.c | ||
| error.c | ||
| genl_ctrl.c | ||
| genl_family.c | ||
| genl_mngt.c | ||
| genl.c | ||
| handlers.c | ||
| Makefile | ||
| msg.c | ||
| nl.c | ||
| object.c | ||
| socket.c | ||
| unl.c | ||