From: Jeff Trawick Date: Mon, 29 Oct 2001 01:07:31 +0000 (+0000) Subject: get proto for atoi() X-Git-Tag: 2.0.27~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf82dd704ce539c1a994c0cd559dad1c3626cbf0;p=apache get proto for atoi() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91678 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/checkgid.c b/support/checkgid.c index dacec205cc..a6dc315f0a 100644 --- a/support/checkgid.c +++ b/support/checkgid.c @@ -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