diff options
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) { |