From 849648cdb2ee07d5a0ec687bf5eba900db5c9001 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 12 Aug 2012 14:29:26 +0200 Subject: [PATCH] lib: Make async_sock includable on its own Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Tue Sep 25 18:03:46 CEST 2012 on sn-devel-104 --- lib/async_req/async_sock.h | 1 + 1 file changed, 1 insertion(+) 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 #include +#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, -- 2.11.4.GIT