diff options
author | Jeff Trawick <trawick@apache.org> | 2011-04-07 00:06:31 +0000 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2011-04-07 00:06:31 +0000 |
commit | 209fe38e89c7b5dd9e5cc4a74f1ecda5e4e73f75 (patch) | |
tree | e993eb0f098b508f648db10324c760bcbd0131fb /os | |
parent | 09999dd93b5547084033f86e88534fb093376028 (diff) | |
download | httpd-209fe38e89c7b5dd9e5cc4a74f1ecda5e4e73f75.tar.gz |
get prototype for ap_os_create_privileged_process()
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1089689 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os')
-rw-r--r-- | os/win32/util_win32.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/win32/util_win32.c b/os/win32/util_win32.c index c095977768..3a4038a5d0 100644 --- a/os/win32/util_win32.c +++ b/os/win32/util_win32.c @@ -20,6 +20,7 @@ #include "httpd.h" #include "http_log.h" +#include "ap_mpm.h" #include <stdarg.h> #include <time.h> |