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/05 14:54:14 UTC

cvs commit: httpd-2.0/server listen.c

bjh         00/12/05 05:54:12

  Modified:    server   listen.c
  Log:
  Include mpm.h so that we know which MPM is being built and therefore
  when to export ap_listen_open().
  
  Revision  Changes    Path
  1.40      +1 -0      httpd-2.0/server/listen.c
  
  Index: listen.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/listen.c,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- listen.c	2000/11/29 20:50:39	1.39
  +++ listen.c	2000/12/05 13:54:11	1.40
  @@ -65,6 +65,7 @@
   #include "ap_listen.h"
   #include "apr_strings.h"
   #include "http_log.h"
  +#include "mpm.h"
   #include "mpm_common.h"
   #ifdef HAVE_STRING_H
   #include <string.h>