From: Denys Vlasenko Date: Thu, 10 Mar 2016 23:26:58 +0000 (+0100) Subject: udhcpc: fix a warning in debug code X-Git-Tag: 1_25_0~107 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1b7c17391de66502dd7a97c866e0a33681edbb1f;p=oweals%2Fbusybox.git udhcpc: fix a warning in debug code Signed-off-by: Denys Vlasenko --- diff --git a/networking/udhcp/domain_codec.c b/networking/udhcp/domain_codec.c index cee31f14d..5a923cc2c 100644 --- a/networking/udhcp/domain_codec.c +++ b/networking/udhcp/domain_codec.c @@ -7,6 +7,7 @@ * Licensed under GPLv2 or later, see file LICENSE in this source tree. */ #ifdef DNS_COMPR_TESTING +# define _GNU_SOURCE # define FAST_FUNC /* nothing */ # define xmalloc malloc # include