mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
In mpmt_pthread.c, include <netinet/tcp.h> only if
the system actually has it. (This was intended to be committed with the mpmt_pthread.c change.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84931 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -52,6 +52,7 @@ sys/time.h \
|
|||||||
sys/types.h \
|
sys/types.h \
|
||||||
sys/socket.h \
|
sys/socket.h \
|
||||||
netinet/in.h \
|
netinet/in.h \
|
||||||
|
netinet/tcp.h \
|
||||||
arpa/inet.h \
|
arpa/inet.h \
|
||||||
netdb.h \
|
netdb.h \
|
||||||
pwd.h \
|
pwd.h \
|
||||||
|
Reference in New Issue
Block a user