udhcpc: fix a warning in debug code
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 10 Mar 2016 23:26:58 +0000 (00:26 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 10 Mar 2016 23:26:58 +0000 (00:26 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/udhcp/domain_codec.c

index cee31f14dd4ef1addde43a5c8fe4e272f417a0aa..5a923cc2ccdcf108bfbf81ba59f0cfaebce3a2dd 100644 (file)
@@ -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 <stdlib.h>