You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2001/10/29 02:07:31 UTC

cvs commit: httpd-2.0/support checkgid.c

trawick     01/10/28 17:07:31

  Modified:    support  checkgid.c
  Log:
  get proto for atoi()
  
  Revision  Changes    Path
  1.2       +3 -0      httpd-2.0/support/checkgid.c
  
  Index: checkgid.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/support/checkgid.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- checkgid.c	2001/10/26 18:30:57	1.1
  +++ checkgid.c	2001/10/29 01:07:31	1.2
  @@ -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