X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/e8d08775f6f9dc8496ee6eea3cf91f06c5991c98..1bf4b505626d4cbabd455fe3dd6fbc2ab083104b:/package/libnl-tiny/src/include/netlink-local.h diff --git a/package/libnl-tiny/src/include/netlink-local.h b/package/libnl-tiny/src/include/netlink-local.h index a311ec051..f952bbea4 100644 --- a/package/libnl-tiny/src/include/netlink-local.h +++ b/package/libnl-tiny/src/include/netlink-local.h @@ -11,6 +11,7 @@ #ifndef NETLINK_LOCAL_H_ #define NETLINK_LOCAL_H_ +#define _GNU_SOURCE #include #include @@ -108,7 +109,9 @@ static inline int nl_cb_call(struct nl_cb *cb, int type, struct nl_msg *msg) } #define ARRAY_SIZE(X) (sizeof(X) / sizeof((X)[0])) +#ifndef offsetof #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) +#endif #define __init __attribute__ ((constructor)) #define __exit __attribute__ ((destructor))