diff options
author | David Reid <dreid@apache.org> | 2000-12-02 13:33:31 +0000 |
---|---|---|
committer | David Reid <dreid@apache.org> | 2000-12-02 13:33:31 +0000 |
commit | 15f9d66fb47091c2c45cacf4d7998cbe91de3e17 (patch) | |
tree | 457ae017b9d8825f7bf0bee8058eaf1e437e9d72 /os/beos | |
parent | dee2be1a353b1f1e9f6d5b926e487527fec1a5a8 (diff) | |
download | httpd-15f9d66fb47091c2c45cacf4d7998cbe91de3e17.tar.gz |
More changes to get BeOS building once more...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87156 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os/beos')
-rw-r--r-- | os/beos/os.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/os/beos/os.c b/os/beos/os.c index a0600b8e22..dc1a63ceb5 100644 --- a/os/beos/os.c +++ b/os/beos/os.c @@ -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) { |