From: Jeff Trawick Date: Thu, 6 Apr 2000 02:00:52 +0000 (+0000) Subject: In mpmt_pthread.c, include only if X-Git-Tag: apache-doc-split-01~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6fa489cffb722d0b67a0823032c2bd56948b00a;p=thirdparty%2Fapache%2Fhttpd.git In mpmt_pthread.c, include only if the system actually has it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84930 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/mpmt_pthread/mpmt_pthread.c b/server/mpm/mpmt_pthread/mpmt_pthread.c index 0dac56a45f1..5e0a745d80e 100644 --- a/server/mpm/mpmt_pthread/mpmt_pthread.c +++ b/server/mpm/mpmt_pthread/mpmt_pthread.c @@ -73,7 +73,9 @@ #include "ap_listen.h" #include "scoreboard.h" -#include +#ifdef HAVE_NETINET_TCP_H +#include +#endif #include #include #include