aboutsummaryrefslogtreecommitdiffstats
path: root/package
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
commitbe8e23827ad7fb375bf4cd74c6e4eda994ab93f0 (patch)
treea044932b24311ceecdfa2013116ed9820f187d79 /package
parent14840f6854fe10c1249dad869ab80ee3d8796148 (diff)
downloadupstream-be8e23827ad7fb375bf4cd74c6e4eda994ab93f0.tar.gz
upstream-be8e23827ad7fb375bf4cd74c6e4eda994ab93f0.tar.bz2
upstream-be8e23827ad7fb375bf4cd74c6e4eda994ab93f0.zip
libnl-tiny: fix compile error with eglibc (#8782)
SVN-Revision: 25281
Diffstat (limited to 'package')
-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>