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 /source3/lib/unix_msg | |
| parent | d5de29b8601a8e0d6afed779aae2da370358e4ca (diff) | |
| download | samba-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.c | 2 |
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> |
