From: Felix Fietkau Date: Tue, 1 Feb 2011 16:21:52 +0000 (+0000) Subject: libnl-tiny: fix compile error with eglibc (#8782) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=be8e23827ad7fb375bf4cd74c6e4eda994ab93f0;p=openwrt%2Fstaging%2Frmilecki.git libnl-tiny: fix compile error with eglibc (#8782) SVN-Revision: 25281 --- diff --git a/package/libnl-tiny/src/unl.c b/package/libnl-tiny/src/unl.c index a60ba082926..4eb7dc07fd5 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