Commit c9a51cec authored by Jeff Trawick's avatar Jeff Trawick
Browse files

In mpmt_pthread.c, include <netinet/tcp.h> 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
parent 602f32e6
Loading
Loading
Loading
Loading
+2 −0
Changes for server/mpm/mpmt_pthread/mpmt_pthread.c: 2 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -73,7 +73,9 @@
#include "ap_listen.h"
#include "scoreboard.h" 

#ifdef HAVE_NETINET_TCP_H
#include <netinet/tcp.h>
#endif
#include <sys/wait.h> 
#include <pthread.h>
#include <signal.h>