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...@locus.apache.org on 2000/08/07 22:09:45 UTC

cvs commit: apache-2.0/src/main util_ebcdic.c

trawick     00/08/07 13:09:45

  Modified:    src/main util_ebcdic.c
  Log:
  Include apr_strings.h to avoid missing-prototype warning.
  
  Revision  Changes    Path
  1.12      +1 -0      apache-2.0/src/main/util_ebcdic.c
  
  Index: util_ebcdic.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/main/util_ebcdic.c,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- util_ebcdic.c	2000/08/07 19:26:00	1.11
  +++ util_ebcdic.c	2000/08/07 20:09:44	1.12
  @@ -60,6 +60,7 @@
   
   #ifdef CHARSET_EBCDIC
   
  +#include "apr_strings.h"
   #include "httpd.h"
   #include "http_log.h"
   #include "http_core.h"