From 74eea628cf43355ba2b227f0bb3c31697d637761 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 14 Feb 2011 18:41:25 -0500 Subject: extensive header cleanup for standards conformance & correctness thanks to Peter Mazinger (psm) for pointing many of these issues out and submitting a patch on which this commit is loosely based --- include/sys/uio.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/sys/uio.h') diff --git a/include/sys/uio.h b/include/sys/uio.h index 7b068c0c..11b6bd27 100644 --- a/include/sys/uio.h +++ b/include/sys/uio.h @@ -3,11 +3,10 @@ #define __NEED_size_t #define __NEED_ssize_t +#define __NEED_struct_iovec #include -#include - ssize_t readv (int, const struct iovec *, int); ssize_t writev (int, const struct iovec *, int); -- cgit v1.2.1