summaryrefslogtreecommitdiffstats
path: root/source3/lib/unix_msg
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 /source3/lib/unix_msg
parentd5de29b8601a8e0d6afed779aae2da370358e4ca (diff)
downloadsamba-a610336886259b960317f172d3084de6ecc5a396.tar.gz
samba-a610336886259b960317f172d3084de6ecc5a396.tar.xz
samba-a610336886259b960317f172d3084de6ecc5a396.zip
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 'source3/lib/unix_msg')
-rw-r--r--source3/lib/unix_msg/unix_msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/unix_msg/unix_msg.c b/source3/lib/unix_msg/unix_msg.c
index 6714f0d312..f2422490e6 100644
--- a/source3/lib/unix_msg/unix_msg.c
+++ b/source3/lib/unix_msg/unix_msg.c
@@ -23,7 +23,7 @@
#include "system/network.h"
#include "dlinklist.h"
#include "pthreadpool/pthreadpool.h"
-#include "lib/iov_buf.h"
+#include "lib/util/iov_buf.h"
#include "lib/msghdr.h"
#include <fcntl.h>