summaryrefslogtreecommitdiff
path: root/lib/async_req
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-02-14 16:48:54 +0100
committerJeremy Allison <jra@samba.org>2015-02-24 17:52:08 +0100
commita610336886259b960317f172d3084de6ecc5a396 (patch)
tree9b63f877848f1c1de1dd6216739b85e1f9931db8 /lib/async_req
parentd5de29b8601a8e0d6afed779aae2da370358e4ca (diff)
downloadsamba-a610336886259b960317f172d3084de6ecc5a396.tar.gz
lib: Move "iov_buf.[ch]" to lib/util
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/async_sock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/async_req/async_sock.c b/lib/async_req/async_sock.c
index b986e45b0aa..ee91b8f16c8 100644
--- a/lib/async_req/async_sock.c
+++ b/lib/async_req/async_sock.c
@@ -27,7 +27,7 @@
#include <talloc.h>
#include <tevent.h>
#include "lib/async_req/async_sock.h"
-#include "lib/iov_buf.h"
+#include "lib/util/iov_buf.h"
/* Note: lib/util/ is currently GPL */
#include "lib/util/tevent_unix.h"