projects
/
pgbouncer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8504a50
)
configure: include stddef.h in udns check to get NULL
author
Marko Kreen
<markokr@gmail.com>
Mon, 17 Oct 2011 08:39:46 +0000
(11:39 +0300)
committer
Marko Kreen
<markokr@gmail.com>
Mon, 17 Oct 2011 08:39:46 +0000
(11:39 +0300)
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index bb1e0da12db6eb7270b7c4c3eadba0a977fa06bb..486ee81e5bc107ba2525ec929f0832dcc7b28233 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-99,6
+99,7
@@
if test "$use_udns" = "yes"; then
AC_LINK_IFELSE([AC_LANG_SOURCE([
#include <sys/types.h>
#include <sys/time.h>
+ #include <stddef.h>
#include <udns.h>
int main(void) {
struct dns_ctx *ctx = NULL;