diff options
Diffstat (limited to 'misc/sys/uio.h')
-rw-r--r-- | misc/sys/uio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/sys/uio.h b/misc/sys/uio.h index 901f9bbc25..3b11276362 100644 --- a/misc/sys/uio.h +++ b/misc/sys/uio.h @@ -17,8 +17,8 @@ Boston, MA 02111-1307, USA. */ #ifndef _SYS_UIO_H - #define _SYS_UIO_H 1 + #include <features.h> #include <sys/types.h> @@ -26,7 +26,7 @@ __BEGIN_DECLS /* This file defines `struct iovec'. */ -#include <iovec.h> +#include <bits/uio.h> /* Read data from file descriptor FD, and put the result in the |