diff options
| author | Volker Lendecke <vl@samba.org> | 2014-11-19 13:33:06 +0000 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2014-12-07 00:12:07 +0100 |
| commit | 97b2570a5e526273476d3990bcef0ac074b34d67 (patch) | |
| tree | 7a495f0757d199b4a9f736048bd971160b7bedf4 /source3/lib/util_sock.c | |
| parent | a25e913cf58c0490755d5a555e2175ae2e74e24e (diff) | |
| download | samba-97b2570a5e526273476d3990bcef0ac074b34d67.tar.gz samba-97b2570a5e526273476d3990bcef0ac074b34d67.tar.xz samba-97b2570a5e526273476d3990bcef0ac074b34d67.zip | |
lib: Split out sys_[read|write] & friends
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/lib/util_sock.c')
| -rw-r--r-- | source3/lib/util_sock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/util_sock.c b/source3/lib/util_sock.c index d865ffba7c..2bed9a9063 100644 --- a/source3/lib/util_sock.c +++ b/source3/lib/util_sock.c @@ -28,6 +28,7 @@ #include "../lib/util/tevent_unix.h" #include "../lib/util/tevent_ntstatus.h" #include "../lib/tsocket/tsocket.h" +#include "lib/sys_rw.h" const char *client_addr(int fd, char *addr, size_t addrlen) { |
