summaryrefslogtreecommitdiff
path: root/lib/async_req
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-09-16 22:39:01 +0200
committerVolker Lendecke <vl@samba.org>2014-09-18 20:36:11 +0200
commit32d190a0209fb3202c71afb193b38f573b545276 (patch)
treef2a972b868023c0764153d9da96ac2f0c71c1723 /lib/async_req
parent25df58a853d8d3ecab2705687453193cb676976c (diff)
downloadsamba-32d190a0209fb3202c71afb193b38f573b545276.tar.gz
lib: Make set_blocking() available independently
async_connect_send() needs this, and I don't want to pull in samba-util just for this Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/async_req')
-rw-r--r--lib/async_req/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/async_req/wscript_build b/lib/async_req/wscript_build
index 0de58e478b8..7802935f682 100644
--- a/lib/async_req/wscript_build
+++ b/lib/async_req/wscript_build
@@ -4,6 +4,6 @@
bld.SAMBA_SUBSYSTEM('LIBASYNC_REQ',
source='async_sock.c',
public_deps='talloc tevent',
- deps='tevent-util'
+ deps='tevent-util socket-blocking'
)