]> granicus.if.org Git - apache/commitdiff
get proto for atoi()
authorJeff Trawick <trawick@apache.org>
Mon, 29 Oct 2001 01:07:31 +0000 (01:07 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 29 Oct 2001 01:07:31 +0000 (01:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91678 13f79535-47bb-0310-9956-ffa450edef68

support/checkgid.c

index dacec205cc3315f1e6d43903d1147d8443ebd4bb..a6dc315f0ab6543ddc780434273ae2719e049301 100644 (file)
@@ -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