You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/07/22 05:36:22 UTC

cvs commit: apache-2.0/src/modules/mpm/mpmt_pthread scoreboard.c

rbb         00/07/21 20:36:22

  Modified:    src/modules/mpm/mpmt_pthread scoreboard.c
  Log:
  Include apr_strings.h in scoreboard.h.  This allows it to compile cleanly
  again.
  
  Revision  Changes    Path
  1.36      +1 -0      apache-2.0/src/modules/mpm/mpmt_pthread/scoreboard.c
  
  Index: scoreboard.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/mpm/mpmt_pthread/scoreboard.c,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- scoreboard.c	2000/06/21 23:04:02	1.35
  +++ scoreboard.c	2000/07/22 03:36:21	1.36
  @@ -56,6 +56,7 @@
    * University of Illinois, Urbana-Champaign.
    */
   
  +#include "apr_strings.h"
   #include "apr_portable.h"
   #include "ap_config.h"
   #include "httpd.h"