You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@locus.apache.org on 2000/07/21 23:28:38 UTC

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

trawick     00/07/21 14:28:38

  Modified:    src/modules/mpm/mpmt scoreboard.c
  Log:
  Include apr_strings.h to get some necessary function prototypes.
  
  Revision  Changes    Path
  1.2       +1 -0      apache-2.0/src/modules/mpm/mpmt/scoreboard.c
  
  Index: scoreboard.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/mpm/mpmt/scoreboard.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- scoreboard.c	2000/07/07 17:35:43	1.1
  +++ scoreboard.c	2000/07/21 21:28:37	1.2
  @@ -57,6 +57,7 @@
    */
   
   #include "apr_portable.h"
  +#include "apr_strings.h"
   #include "ap_config.h"
   #include "httpd.h"
   #include "http_log.h"