From e345ae91dff5a8c3ab8f43035d1c4da41d0c8a2d Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 16 Jul 2010 12:56:50 +0100 Subject: [PATCH] configure wasn't compiling fd pass checking program correctly. --- src/lib/fdpass.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/lib/fdpass.c b/src/lib/fdpass.c index c376fca55d..d10aa4d3c1 100644 --- a/src/lib/fdpass.c +++ b/src/lib/fdpass.c @@ -39,6 +39,13 @@ #include "fdpass.h" +#ifndef HAVE_CONFIG_H +struct const_iovec { + const void *iov_base; + size_t iov_len; +}; +#endif + /* RFC 2292 defines CMSG_*() macros, but some operating systems don't have them so we'll define our own if they don't exist. -- 2.47.3