summaryrefslogtreecommitdiff
path: root/lib/tsocket/tsocket_internal.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-05-01 23:25:31 +0200
committerVolker Lendecke <vl@samba.org>2009-05-01 23:26:22 +0200
commit6ca4d727c4cb7215b059166682e762c8294deafb (patch)
tree404559fc47a0e2b84f7781ad76861ffb4611fbb1 /lib/tsocket/tsocket_internal.h
parent78bfc602888816f73ede757af44935b6fc08fc89 (diff)
downloadsamba-6ca4d727c4cb7215b059166682e762c8294deafb.tar.gz
samba-6ca4d727c4cb7215b059166682e762c8294deafb.tar.bz2
samba-6ca4d727c4cb7215b059166682e762c8294deafb.zip
Attempt to the build on NetBSD5 and a few others
Diffstat (limited to 'lib/tsocket/tsocket_internal.h')
-rw-r--r--lib/tsocket/tsocket_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/tsocket/tsocket_internal.h b/lib/tsocket/tsocket_internal.h
index 55bbe9f4cb..eba064cea5 100644
--- a/lib/tsocket/tsocket_internal.h
+++ b/lib/tsocket/tsocket_internal.h
@@ -24,6 +24,9 @@
#ifndef _TSOCKET_INTERNAL_H
#define _TSOCKET_INTERNAL_H
+#include <unistd.h>
+#include <sys/uio.h>
+
struct tsocket_address_ops {
const char *name;