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, 1 insertions, 1 deletions
diff --git a/src/os/unix/ngx_freebsd_config.h b/src/os/unix/ngx_freebsd_config.h index f4616dbe6..7961a3b6e 100644 --- a/src/os/unix/ngx_freebsd_config.h +++ b/src/os/unix/ngx_freebsd_config.h @@ -34,13 +34,13 @@ #include <sys/socket.h> #include <netinet/in.h> +#include <netinet/tcp.h> /* TCP_NODELAY, TCP_NOPUSH */ #include <arpa/inet.h> #include <netdb.h> #include <libutil.h> /* setproctitle() before 4.1 */ #include <osreldate.h> #include <sys/sysctl.h> -#include <netinet/tcp.h> /* TCP_NOPUSH */ #if __FreeBSD_version < 400017 |
