From: nbd Date: Tue, 1 Feb 2011 16:21:52 +0000 (+0000) Subject: libnl-tiny: fix compile error with eglibc (#8782) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=e9cca3fdf6652692bf873e4d2dc075f130cbad8c;p=openwrt.git libnl-tiny: fix compile error with eglibc (#8782) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25281 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 #include #include