If someone wants to find a better place for it, then feel free to
so so only if you compile with -Werror before committing.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739151
13f79535-47bb-0310-9956-
ffa450edef68
#include "mpm_common.h"
#include "os.h"
#include "ap_mpm.h"
+#include "unixd.h"
#include "apr_thread_proc.h"
#include "apr_strings.h"
#include "apr_portable.h"
return OK;
}
-AP_DECLARE(int) unixd_setup_child(void)
+AP_DECLARE(int) ap_unixd_setup_child(void)
{
if (set_group_privs()) {
return -1;