diff options
Diffstat (limited to 'src/os/unix/ngx_sendv.c')
-rw-r--r-- | src/os/unix/ngx_sendv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/unix/ngx_sendv.c b/src/os/unix/ngx_sendv.c index bd95d7a7d..22838c2bb 100644 --- a/src/os/unix/ngx_sendv.c +++ b/src/os/unix/ngx_sendv.c @@ -1,5 +1,6 @@ #include <ngx_types.h> +#include <ngx_socket.h> #include <ngx_sendv.h> ssize_t ngx_sendv(ngx_socket_t s, ngx_iovec_t *iovec, int n, size_t *sent) |