summaryrefslogtreecommitdiff
path: root/lib/async_req
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-08-12 14:29:26 +0200
committerVolker Lendecke <vl@samba.org>2012-09-25 18:03:46 +0200
commit849648cdb2ee07d5a0ec687bf5eba900db5c9001 (patch)
treee173401482e3284463ce8b44a26900af889bccd1 /lib/async_req
parentf01013b1a47b3dcd6e8099fe69895136e5bab5ad (diff)
downloadsamba-849648cdb2ee07d5a0ec687bf5eba900db5c9001.tar.gz
lib: Make async_sock includable on its own
Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Tue Sep 25 18:03:46 CEST 2012 on sn-devel-104
Diffstat (limited to 'lib/async_req')
-rw-r--r--lib/async_req/async_sock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/async_req/async_sock.h b/lib/async_req/async_sock.h
index 1910643ef72..af917bcb836 100644
--- a/lib/async_req/async_sock.h
+++ b/lib/async_req/async_sock.h
@@ -26,6 +26,7 @@
#include <talloc.h>
#include <tevent.h>
+#include "system/network.h"
struct tevent_req *sendto_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev,
int fd, const void *buf, size_t len, int flags,