You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 1999/05/04 12:24:18 UTC

cvs commit: apache-1.3/src/support ab.c

martin      99/05/04 03:24:17

  Modified:    src/support ab.c
  Log:
  Add missing include for EBCDIC
  
  Revision  Changes    Path
  1.25      +3 -0      apache-1.3/src/support/ab.c
  
  Index: ab.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/support/ab.c,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- ab.c	1999/04/22 11:06:48	1.24
  +++ ab.c	1999/05/04 10:24:17	1.25
  @@ -123,6 +123,9 @@
   #define ap_select       select
   #else				/* (!)NO_APACHE_INCLUDES */
   #include "ap_config.h"
  +#ifdef CHARSET_EBCDIC
  +#include "ebcdic.h"
  +#endif
   #include <fcntl.h>
   #include <sys/time.h>