diff options
Diffstat (limited to 'server/mpm/winnt/service.c')
-rw-r--r-- | server/mpm/winnt/service.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/server/mpm/winnt/service.c b/server/mpm/winnt/service.c index 412f25d046..9f5c5b1908 100644 --- a/server/mpm/winnt/service.c +++ b/server/mpm/winnt/service.c @@ -61,6 +61,7 @@ #define CORE_PRIVATE #include "main_win32.h" +#include "ap_config.h" #include "httpd.h" #include "http_conf_globals.h" #include "http_log.h" @@ -70,8 +71,8 @@ #include "..\..\modules\mpm\winnt\winnt.h" typedef void (CALLBACK *ap_completion_t)(); -API_VAR_IMPORT ap_completion_t ap_mpm_init_complete; -API_VAR_IMPORT char *ap_server_argv0; +API_EXPORT_VAR ap_completion_t ap_mpm_init_complete; +API_EXPORT_VAR char *ap_server_argv0; static struct { |