diff options
Diffstat (limited to 'portable/uio.h')
-rw-r--r-- | portable/uio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portable/uio.h b/portable/uio.h index 8635d18..e759d30 100644 --- a/portable/uio.h +++ b/portable/uio.h @@ -27,7 +27,7 @@ /* remctl.h provides its own definition of this struct on Windows. */ #if defined(HAVE_SYS_UIO_H) -# include <sys/uio.h> +# include <sys/uio.h> #elif !defined(REMCTL_H) struct iovec { void *iov_base; |