diff options
author | Jeff Trawick <trawick@apache.org> | 2001-10-29 02:07:31 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2001-10-29 02:07:31 +0100 |
commit | cf82dd704ce539c1a994c0cd559dad1c3626cbf0 (patch) | |
tree | 28d918e1c18bc43ac671737020e9b80777da9127 /support/checkgid.c | |
parent | Fix some broken links, change to the simplest possible example, and add a (diff) | |
download | apache2-cf82dd704ce539c1a994c0cd559dad1c3626cbf0.tar.xz apache2-cf82dd704ce539c1a994c0cd559dad1c3626cbf0.zip |
get proto for atoi()
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91678 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/checkgid.c')
-rw-r--r-- | support/checkgid.c | 3 |
1 files changed, 3 insertions, 0 deletions
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 <stdio.h> #endif +#if APR_HAVE_STDLIB_H +#include <stdlib.h> +#endif #if APR_HAVE_SYS_TYPES_H #include <sys/types.h> #endif |