diff options
Diffstat (limited to 'tnftp.h')
| -rw-r--r-- | tnftp.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $NetBSD: tnftp.h,v 1.35 2013/05/05 13:17:05 lukem Exp $ */ +/* $NetBSD: tnftp.h,v 1.36 2014/10/31 07:22:03 lukem Exp $ */ #define FTP_PRODUCT PACKAGE_NAME #define FTP_VERSION PACKAGE_VERSION @@ -70,6 +70,9 @@ # include <ndir.h> # endif #endif +#if defined(HAVE_SYS_UIO_H) +# include <sys/uio.h> +#endif #if defined(HAVE_SYS_IOCTL_H) # include <sys/ioctl.h> |
