summaryrefslogtreecommitdiff
path: root/tnftp.h
diff options
context:
space:
mode:
authorGavin Atkinson <gavin@FreeBSD.org>2014-12-05 22:37:56 +0000
committerGavin Atkinson <gavin@FreeBSD.org>2014-12-05 22:37:56 +0000
commitfaf4814606d432aaa129677e45c357193b960ab9 (patch)
tree85bb4aa24b1ea15d6b08db8f6a2b5c5b7c02ee61 /tnftp.h
parent231644e0d5db221f70bf279e80bd3435a5f2d89d (diff)
downloadsrc-test2-faf4814606d432aaa129677e45c357193b960ab9.tar.gz
src-test2-faf4814606d432aaa129677e45c357193b960ab9.zip
Notes
Diffstat (limited to 'tnftp.h')
-rw-r--r--tnftp.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/tnftp.h b/tnftp.h
index 2b37d3eec158..85619efd3da4 100644
--- a/tnftp.h
+++ b/tnftp.h
@@ -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>