rbb         01/03/02 10:27:42

  Modified:    network_io/unix inet_ntop.c
  Log:
  need apr_strings for apr_snprintf.
  
  Revision  Changes    Path
  1.7       +1 -0      apr/network_io/unix/inet_ntop.c
  
  Index: inet_ntop.c
  ===================================================================
  RCS file: /home/cvs/apr/network_io/unix/inet_ntop.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -d -b -w -u -r1.6 -r1.7
  --- inet_ntop.c       2001/03/02 11:38:45     1.6
  +++ inet_ntop.c       2001/03/02 18:27:34     1.7
  @@ -16,6 +16,7 @@
   
   #include "apr_private.h"
   #include "networkio.h"
  +#include "apr_strings.h"
   
   #if APR_HAVE_SYS_TYPES_H
   #include <sys/types.h>
  
  
  

Reply via email to