You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bj...@locus.apache.org on 2000/12/20 15:27:03 UTC

cvs commit: httpd-2.0/include ap_listen.h

bjh         00/12/20 06:27:03

  Modified:    include  ap_listen.h
  Log:
  Include mpm.h so the tests for SPMT_OS2_MPM actually work.
  
  Revision  Changes    Path
  1.24      +1 -0      httpd-2.0/include/ap_listen.h
  
  Index: ap_listen.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/ap_listen.h,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- ap_listen.h	2000/12/19 17:05:11	1.23
  +++ ap_listen.h	2000/12/20 14:27:02	1.24
  @@ -58,6 +58,7 @@
   #include "apr_network_io.h"
   #include "httpd.h"
   #include "http_config.h"
  +#include "mpm.h"
   
   /**
    * @package Apache Listeners Library