From: Francesco Chemolli Date: Wed, 19 Mar 2014 08:03:13 +0000 (+0100) Subject: OpenBSD portability fix: detect struct iovec better X-Git-Tag: SQUID_3_5_0_1~328 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ac84dcfc2dbfcd69b6ed781fecb170723b150d4;p=thirdparty%2Fsquid.git OpenBSD portability fix: detect struct iovec better --- diff --git a/configure.ac b/configure.ac index df08124689..1a59debe79 100644 --- a/configure.ac +++ b/configure.ac @@ -3156,6 +3156,9 @@ AC_CHECK_TYPE(struct iovec,AC_DEFINE(HAVE_IOVEC,1,[The system provides struct io #if HAVE_WINSOCK2_H #include #endif + #if HAVE_SYS_UIO_H + #include + #endif ]) AC_CHECK_TYPE(struct msghdr,AC_DEFINE(HAVE_MSGHDR,1,[The system provides struct msghdr]),,[