mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
fix nagle
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85495 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -109,7 +109,9 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
|
||||
#ifdef HAVE_NETINET_TCP_H
|
||||
#include <netinet/tcp.h> /* for TCP_NODELAY */
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_BSTRING_H
|
||||
#include <bstring.h> /* for IRIX, FD_SET calls bzero() */
|
||||
|
Reference in New Issue
Block a user