lib: Make async_sock includable on its own
[kai/samba.git] / 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,