summaryrefslogtreecommitdiff
blob: e370a5e62fc6c9601b431c68ad2d79908643a209 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/include/netlink-local.h
+++ b/include/netlink-local.h
@@ -343,7 +343,9 @@
 }
 
 #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))