Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 61056 invoked by uid 500); 28 May 2003 14:11:39 -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 60990 invoked by uid 500); 28 May 2003 14:11:39 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 28 May 2003 14:11:38 -0000 Message-ID: <20030528141138.87400.qmail@icarus.apache.org> From: martin@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/test time-sem.c X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N martin 2003/05/28 07:11:38 Modified: test time-sem.c Log: [Porting] Include if available, to get lock_t typedef for using Revision Changes Path 1.5 +3 -0 httpd-2.0/test/time-sem.c Index: time-sem.c =================================================================== RCS file: /home/cvs/httpd-2.0/test/time-sem.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -u -r1.4 -r1.5 --- time-sem.c 10 Jul 2002 06:01:14 -0000 1.4 +++ time-sem.c 28 May 2003 14:11:38 -0000 1.5 @@ -417,6 +417,9 @@ #else #include #include +#ifdef HAVE_SYS_MUTEX_H +#include +#endif #include static void *get_shared_mem(apr_size_t size)