martin      98/01/31 15:52:50

  Modified:    src/os/bs2000 os.h
  Log:
  Fix include problem for BS2000 compilation
  
  Revision  Changes    Path
  1.3       +1 -1      apache-1.3/src/os/bs2000/os.h
  
  Index: os.h
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/os/bs2000/os.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -u -r1.2 -r1.3
  --- os.h      1998/01/26 16:46:17     1.2
  +++ os.h      1998/01/31 23:52:49     1.3
  @@ -6,7 +6,7 @@
    * and prototypes of OS specific functions defined in os.c or os-inline.c
    */
   
  -#include "httpd.h"
  +#include "conf.h"
   
   #if !defined(INLINE) && defined(USE_GNU_INLINE)
   /* Compiler supports inline, so include the inlineable functions as
  
  
  

Reply via email to