]> granicus.if.org Git - apache/commitdiff
Fix Win32 Breakage
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 10 Feb 2001 21:57:45 +0000 (21:57 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 10 Feb 2001 21:57:45 +0000 (21:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88068 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/mpm_winnt.c
server/mpm/winnt/service.c

index 133c2e4624af6a687e6ddb3288737a12f7e0bcfc..22fe03651b02b831df90238b5fc6ee13b8afdd5b 100644 (file)
@@ -1,4 +1,3 @@
-
 /* ====================================================================
  * The Apache Software License, Version 1.1
  *
@@ -67,6 +66,7 @@
 #include "apr_portable.h"
 #include "apr_getopt.h"
 #include "apr_strings.h"
+#include "apr_lib.h"
 #include "ap_mpm.h"
 #include "ap_config.h"
 #include "ap_listen.h"
index 1cb2c2128866ac093f09810ab211e77c66199362..6eb65cf6a86e91659b450f5a90ae8f8b63b2eeb9 100644 (file)
@@ -86,6 +86,7 @@
 #include "http_log.h"
 #include "mpm_winnt.h"
 #include "apr_strings.h"
+#include "apr_lib.h"
 
 static const char * service_name = NULL;