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:
dgaudet
2000-06-10 02:22:15 +00:00
parent a5cccc2b0b
commit dfb99092a3

View File

@ -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() */