From cedd50b3b68078f3b22f8d7e254fb8708087847d Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 14 Mar 2013 11:12:27 +1100 Subject: [PATCH] make work without json --- lib/isc/unix/socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/isc/unix/socket.c b/lib/isc/unix/socket.c index 0dc52f690e..b288a9cd5c 100644 --- a/lib/isc/unix/socket.c +++ b/lib/isc/unix/socket.c @@ -5965,7 +5965,7 @@ isc__socket_getfd(isc_socket_t *socket0) { #ifdef BIND9 -#if defined(HAVE_LIBXML2) && defined(HAVE_JSON) +#if defined(HAVE_LIBXML2) || defined(HAVE_JSON) static const char * _socktype(isc_sockettype_t type) {