X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=blobdiff_plain;f=lib%2Fasync_req%2Fasync_sock.c;fp=lib%2Fasync_req%2Fasync_sock.c;h=cf007e17f191a5cdf7c345a8f9894a9dd05d02f9;hp=643eb2d308f5c42686f310089d5dc1c4ad599b22;hb=faabc97c9adffd9468a5d1606467359a81445cf3;hpb=9726e760288df8ec80a07063bab9f7e96d2e80da diff --git a/lib/async_req/async_sock.c b/lib/async_req/async_sock.c index 643eb2d308f..cf007e17f19 100644 --- a/lib/async_req/async_sock.c +++ b/lib/async_req/async_sock.c @@ -21,12 +21,16 @@ along with this program. If not, see . */ -#include "includes.h" -#include "lib/talloc/talloc.h" -#include "lib/tevent/tevent.h" +#include "replace.h" +#include "system/network.h" +#include "system/filesys.h" +#include +#include #include "lib/async_req/async_sock.h" + +/* Note: lib/util/ is currently GPL */ #include "lib/util/tevent_unix.h" -#include +#include "lib/util/util.h" #ifndef TALLOC_FREE #define TALLOC_FREE(ctx) do { talloc_free(ctx); ctx=NULL; } while(0)