From wrowe@locus.apache.org Tue Dec 5 00:16:20 2000 Return-Path: Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 41023 invoked by uid 1134); 5 Dec 2000 00:16:20 -0000 Date: 5 Dec 2000 00:16:20 -0000 Message-ID: <20001205001620.41022.qmail@locus.apache.org> From: wrowe@locus.apache.org To: apr-cvs@apache.org Subject: cvs commit: apr/misc/unix otherchild.c wrowe 00/12/04 16:16:20 Modified: misc/unix otherchild.c Log: My imagination, or was this a bad thing? Revision Changes Path 1.18 +1 -1 apr/misc/unix/otherchild.c Index: otherchild.c =================================================================== RCS file: /home/cvs/apr/misc/unix/otherchild.c,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- otherchild.c 2000/11/09 06:30:11 1.17 +++ otherchild.c 2000/12/05 00:16:19 1.18 @@ -62,7 +62,7 @@ #ifdef HAVE_SYS_SELECT_H #include #endif -#ifdef APR_HAVE_SYS_WAIT_H +#if APR_HAVE_SYS_WAIT_H #include #endif #ifdef BEOS