From: William A. Rowe Jr Date: Tue, 5 Feb 2002 23:13:42 +0000 (+0000) Subject: Do we have sys/socket.h? X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a23f65ac762db125ca8ccc994441126831c92c7;p=apache Do we have sys/socket.h? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93263 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/worker/fdqueue.h b/server/mpm/worker/fdqueue.h index adce968e90..627b09e9a4 100644 --- a/server/mpm/worker/fdqueue.h +++ b/server/mpm/worker/fdqueue.h @@ -66,7 +66,9 @@ #include #include #include +#if APR_HAVE_SYS_SOCKET_H #include +#endif #include #define FD_QUEUE_SUCCESS 0