You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@hyperreal.org on 2000/01/21 20:24:53 UTC

cvs commit: apache-2.0/src/modules/standard mod_so.c

stoddard    00/01/21 11:24:49

  Modified:    src/modules/standard mod_so.c
  Log:
  Fix Windows compile breakage.
  
  Revision  Changes    Path
  1.7       +1 -0      apache-2.0/src/modules/standard/mod_so.c
  
  Index: mod_so.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/standard/mod_so.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- mod_so.c	1999/11/19 18:48:54	1.6
  +++ mod_so.c	2000/01/21 19:24:46	1.7
  @@ -129,6 +129,7 @@
   #include "httpd.h"
   #include "http_config.h"
   #include "http_log.h"
  +#include "ap_config.h"
   
   module MODULE_VAR_EXPORT so_module;