From cf82dd704ce539c1a994c0cd559dad1c3626cbf0 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Mon, 29 Oct 2001 01:07:31 +0000 Subject: [PATCH] get proto for atoi() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91678 13f79535-47bb-0310-9956-ffa450edef68 --- support/checkgid.c | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.50.1