From d6fa489cffb722d0b67a0823032c2bd56948b00a Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Thu, 6 Apr 2000 02:00:52 +0000 Subject: [PATCH] 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 --- server/mpm/mpmt_pthread/mpmt_pthread.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/mpm/mpmt_pthread/mpmt_pthread.c b/server/mpm/mpmt_pthread/mpmt_pthread.c index 0dac56a45f..5e0a745d80 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 -- 2.50.1