From 39ebc153f7609a9c4ccaa21539313b3121e8180d Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 12 Aug 2002 23:06:23 +0000 Subject: [PATCH] add inclue files when testing for struct iovec and struct msghdr git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11089 ec53bebd-3082-4978-b11e-865c3cabbd6b --- cf/roken-frag.m4 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cf/roken-frag.m4 b/cf/roken-frag.m4 index edf0282a7..9bae3e414 100644 --- a/cf/roken-frag.m4 +++ b/cf/roken-frag.m4 @@ -604,6 +604,14 @@ AC_HAVE_TYPE([struct sockaddr], [#include ]) AC_HAVE_TYPE([struct sockaddr_storage], [#include ]) AC_HAVE_TYPE([struct addrinfo], [#include ]) AC_HAVE_TYPE([struct ifaddrs], [#include ]) +AC_HAVE_TYPE([struct iovec],[ +#include +#include +]) +AC_HAVE_TYPE([struct msghdr],[ +#include +#include +]) dnl dnl Check for struct winsize