lib: Make async_sock includable on its own
authorVolker Lendecke <vl@samba.org>
Sun, 12 Aug 2012 12:29:26 +0000 (14:29 +0200)
committerVolker Lendecke <vl@samba.org>
Tue, 25 Sep 2012 16:03:46 +0000 (18:03 +0200)
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Tue Sep 25 18:03:46 CEST 2012 on sn-devel-104

lib/async_req/async_sock.h

index 1910643ef72ca441840da84b63e821c97750a200..af917bcb836986f4af9983ea7ec7d78f583f74a9 100644 (file)
@@ -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,