]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix nagle
authordgaudet <dgaudet@unknown>
Sat, 10 Jun 2000 02:22:15 +0000 (02:22 +0000)
committerdgaudet <dgaudet@unknown>
Sat, 10 Jun 2000 02:22:15 +0000 (02:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85495 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/prefork/prefork.c

index 39a6641f4b5b73777a87ca4dd8b5aa1a2c6e99c4..77fec0bfaf6caa2cb728d25c86f74776d916671e 100644 (file)
 #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() */