You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dr...@locus.apache.org on 2000/12/02 14:33:32 UTC

cvs commit: apache-2.0/src/os/beos os.c

dreid       00/12/02 05:33:31

  Modified:    src/os/beos os.c
  Log:
  More changes to get BeOS building once more...
  
  Revision  Changes    Path
  1.9       +3 -0      apache-2.0/src/os/beos/os.c
  
  Index: os.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/os/beos/os.c,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- os.c	2000/11/26 04:47:32	1.8
  +++ os.c	2000/12/02 13:33:31	1.9
  @@ -64,6 +64,9 @@
   #include "ap_config.h"
   #include "os.h"
   #include "httpd.h"
  +#include "apr_thread_proc.h"
  +#include "ap_mpm.h" /* needed for definition of 
  +                     * ap_os_create_privileged_process */
   
   int ap_os_is_path_absolute(const char *file)
   {