summaryrefslogtreecommitdiffstats
path: root/lib/tsocket/wscript_build
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-02-16 13:50:25 +0000
committerJeremy Allison <jra@samba.org>2015-02-24 17:52:09 +0100
commitd6f70d334602d374442fa0670c09d80e70641c13 (patch)
treefee9b88f1e080366532c004c2c754e72f2f46ead /lib/tsocket/wscript_build
parent6e94f695c4cb8aabc57b5ef00073c2301fec409a (diff)
downloadsamba-d6f70d334602d374442fa0670c09d80e70641c13.tar.gz
samba-d6f70d334602d374442fa0670c09d80e70641c13.tar.xz
samba-d6f70d334602d374442fa0670c09d80e70641c13.zip
tsocket: Use iov_advance
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/tsocket/wscript_build')
-rw-r--r--lib/tsocket/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tsocket/wscript_build b/lib/tsocket/wscript_build
index 5fa05f8c50..31ef14ec3d 100644
--- a/lib/tsocket/wscript_build
+++ b/lib/tsocket/wscript_build
@@ -3,7 +3,7 @@
bld.SAMBA_SUBSYSTEM('LIBTSOCKET',
source='tsocket.c tsocket_helpers.c tsocket_bsd.c',
- public_deps='talloc tevent',
+ public_deps='talloc tevent iov_buf',
public_headers='tsocket.h tsocket_internal.h',
)