]> granicus.if.org Git - apache/commitdiff
Fix compile breaks on Windows.
authorBill Stoddard <stoddard@apache.org>
Sun, 23 Jan 2000 16:37:46 +0000 (16:37 +0000)
committerBill Stoddard <stoddard@apache.org>
Sun, 23 Jan 2000 16:37:46 +0000 (16:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84512 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_alias.c
modules/metadata/mod_setenvif.c
os/win32/os.h
server/util_script.c

index 825f5cc0ce44816a576c8ad8d5f51788c8748d76..867b126f64c0cd6e10fe72ed8357805aa0ccaac4 100644 (file)
@@ -66,6 +66,7 @@
 #include "httpd.h"
 #include "http_config.h"
 #include "http_request.h"
+#include "ap_config.h"
 
 typedef struct {
     char *real;
index 395d1e4cdb27aacbb3feae1962769ef400ca6de7..14a475f72bd161b346c2540a95624d7cf60d1bb8 100644 (file)
 #include "http_core.h"
 #include "http_log.h"
 #include "http_protocol.h"
+#include "ap_config.h"
 
 enum special {
     SPECIAL_NOT,
index 20ff4d9152bde5dc1fbb4bc41ecfc2608e85360f..3e801b2631da3811cbf43e6528ed37e769a22282 100644 (file)
@@ -64,7 +64,7 @@
  * really running on an NT system.
  */
 #define _WIN32_WINNT 0x0400
-
+#include "apr_general.h"
 #include <windows.h>
 #include <winsock2.h>
 #include <mswsock.h>
index 293ba987640edbf0ca29df702eb8cc2131433aab..a44a0e47962ba1a0661d456053abf062dcb48576 100644 (file)
@@ -65,6 +65,7 @@
 #include "http_request.h"      /* for sub_req_lookup_uri() */
 #include "util_script.h"
 #include "util_date.h"         /* For parseHTTPdate() */
+#include "ap_config.h"
 #include <stdlib.h>
 #include <string.h>