Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 51021 invoked by uid 500); 5 Feb 2002 23:13:47 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 51010 invoked by uid 500); 5 Feb 2002 23:13:46 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 5 Feb 2002 23:13:42 -0000 Message-ID: <20020205231342.65681.qmail@icarus.apache.org> From: wrowe@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/server/mpm/worker fdqueue.h X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N wrowe 02/02/05 15:13:42 Modified: server/mpm/worker fdqueue.h Log: Do we have sys/socket.h? Revision Changes Path 1.10 +2 -0 httpd-2.0/server/mpm/worker/fdqueue.h Index: fdqueue.h =================================================================== RCS file: /home/cvs/httpd-2.0/server/mpm/worker/fdqueue.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- fdqueue.h 17 Oct 2001 16:29:37 -0000 1.9 +++ fdqueue.h 5 Feb 2002 23:13:42 -0000 1.10 @@ -66,7 +66,9 @@ #include #include #include +#if APR_HAVE_SYS_SOCKET_H #include +#endif #include #define FD_QUEUE_SUCCESS 0