diff options
author | Volker Lendecke <vl@samba.org> | 2015-02-14 16:48:54 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2015-02-24 17:52:08 +0100 |
commit | a610336886259b960317f172d3084de6ecc5a396 (patch) | |
tree | 9b63f877848f1c1de1dd6216739b85e1f9931db8 /lib/async_req | |
parent | d5de29b8601a8e0d6afed779aae2da370358e4ca (diff) | |
download | samba-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.c | 2 |
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" |