From: Felix Fietkau Date: Fri, 9 May 2014 00:16:51 +0000 (+0200) Subject: uclient-fetch: define _GNU_SOURCE (used for asprintf) X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuclient.git;a=commitdiff_plain;h=ec7cbc31be11243c99a3eeee52aaa009b5a4180f uclient-fetch: define _GNU_SOURCE (used for asprintf) Signed-off-by: Felix Fietkau --- diff --git a/uclient-fetch.c b/uclient-fetch.c index d4db108..881b4ea 100644 --- a/uclient-fetch.c +++ b/uclient-fetch.c @@ -16,6 +16,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#define _GNU_SOURCE #include #include #include