aboutsummaryrefslogtreecommitdiffstats
path: root/package/libnl-tiny
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-01 16:21:52 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-02-01 16:21:52 +0000
commitbc043c24b1065d977160256a34a7f0f3cf03c65d (patch)
tree7381450e27db7a91711b8555bf8a7d4ea1530fd8 /package/libnl-tiny
parenta77e76ae66d3acf623b21a812073fc61d21fceb6 (diff)
downloadupstream-bc043c24b1065d977160256a34a7f0f3cf03c65d.tar.gz
upstream-bc043c24b1065d977160256a34a7f0f3cf03c65d.tar.bz2
upstream-bc043c24b1065d977160256a34a7f0f3cf03c65d.zip
libnl-tiny: fix compile error with eglibc (#8782)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25281 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libnl-tiny')
-rw-r--r--package/libnl-tiny/src/unl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libnl-tiny/src/unl.c b/package/libnl-tiny/src/unl.c
index a60ba08292..4eb7dc07fd 100644
--- a/package/libnl-tiny/src/unl.c
+++ b/package/libnl-tiny/src/unl.c
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE
#include <netlink/netlink.h>
#include <netlink/genl/genl.h>
#include <netlink/genl/ctrl.h>