summaryrefslogtreecommitdiff
path: root/support/checkgid.c
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-10-29 01:07:31 +0000
committerJeff Trawick <trawick@apache.org>2001-10-29 01:07:31 +0000
commitcf82dd704ce539c1a994c0cd559dad1c3626cbf0 (patch)
tree28d918e1c18bc43ac671737020e9b80777da9127 /support/checkgid.c
parent335e749ec99b30bd65eed2587d6759abd413d4b9 (diff)
downloadhttpd-cf82dd704ce539c1a994c0cd559dad1c3626cbf0.tar.gz
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.c3
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