From 8543bc06acac9a5e1061552b25d4429b47327d76 Mon Sep 17 00:00:00 2001 From: joe Date: Fri, 26 Jul 2013 17:57:48 +0000 Subject: * src/ne_socket.c: Include sys/uio.h for writev(2) (Brad Smith). * macros/neon.m4: Check for it. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1906 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845 --- macros/neon.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros') diff --git a/macros/neon.m4 b/macros/neon.m4 index 90494eb..04b9375 100644 --- a/macros/neon.m4 +++ b/macros/neon.m4 @@ -454,7 +454,7 @@ AC_REQUIRE([AC_PROG_MAKE_SET]) AC_REQUIRE([AC_HEADER_STDC]) -AC_CHECK_HEADERS([errno.h stdarg.h string.h stdlib.h]) +AC_CHECK_HEADERS([errno.h stdarg.h string.h stdlib.h sys/uio.h]) NEON_FORMAT(size_t,,u) dnl size_t is unsigned; use %u formats NEON_FORMAT(off_t) -- cgit v1.2.1