From: Marko Kreen Date: Mon, 17 Oct 2011 08:39:46 +0000 (+0300) Subject: configure: include stddef.h in udns check to get NULL X-Git-Tag: pgbouncer_1_5_rc1~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=372e8e3a4e13dc110dc4ee6364c9fbb0acf4f682;p=pgbouncer configure: include stddef.h in udns check to get NULL --- diff --git a/configure.ac b/configure.ac index bb1e0da..486ee81 100644 --- a/configure.ac +++ b/configure.ac @@ -99,6 +99,7 @@ if test "$use_udns" = "yes"; then AC_LINK_IFELSE([AC_LANG_SOURCE([ #include #include + #include #include int main(void) { struct dns_ctx *ctx = NULL;