diff options
Diffstat (limited to 'src/os/unix/ngx_freebsd_config.h')
-rw-r--r-- | src/os/unix/ngx_freebsd_config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os/unix/ngx_freebsd_config.h b/src/os/unix/ngx_freebsd_config.h index 73646fa0a..fa08f8f4f 100644 --- a/src/os/unix/ngx_freebsd_config.h +++ b/src/os/unix/ngx_freebsd_config.h @@ -15,7 +15,9 @@ #include <sys/resource.h> #include <sys/socket.h> #include <netinet/in.h> +#include <netinet/tcp.h> /* TCP_NOPUSH */ #include <arpa/inet.h> +#include <netdb.h> #include <osreldate.h> |