Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 68517 invoked by uid 500); 29 Oct 2001 02:18: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 68506 invoked by uid 500); 29 Oct 2001 02:18:39 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 29 Oct 2001 01:07:31 -0000 Message-ID: <20011029010731.87202.qmail@icarus.apache.org> From: trawick@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/support checkgid.c X-Spam-Rating: taz3.hyperreal.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N trawick 01/10/28 17:07:31 Modified: support checkgid.c Log: get proto for atoi() Revision Changes Path 1.2 +3 -0 httpd-2.0/support/checkgid.c Index: checkgid.c =================================================================== RCS file: /home/cvs/httpd-2.0/support/checkgid.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- checkgid.c 2001/10/26 18:30:57 1.1 +++ checkgid.c 2001/10/29 01:07:31 1.2 @@ -69,6 +69,9 @@ #if APR_HAVE_STDIO_H #include #endif +#if APR_HAVE_STDLIB_H +#include +#endif #if APR_HAVE_SYS_TYPES_H #include #endif