udhcpc: fix a warning in debug code

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2016-03-11 00:26:58 +01:00
parent d474ffc682
commit 1b7c17391d

View File

@ -7,6 +7,7 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree. * Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/ */
#ifdef DNS_COMPR_TESTING #ifdef DNS_COMPR_TESTING
# define _GNU_SOURCE
# define FAST_FUNC /* nothing */ # define FAST_FUNC /* nothing */
# define xmalloc malloc # define xmalloc malloc
# include <stdlib.h> # include <stdlib.h>