]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* os/win32/modules.c: Include "ap_config.h" to match the file generated by
authorIvan Zhakov <ivan@apache.org>
Sat, 20 Jul 2024 12:15:48 +0000 (12:15 +0000)
committerIvan Zhakov <ivan@apache.org>
Sat, 20 Jul 2024 12:15:48 +0000 (12:15 +0000)
  build/build-modules-c.awk. It doesn't change the behaviour because ap_config.h
  is included by httpd.h.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919392 13f79535-47bb-0310-9956-ffa450edef68

os/win32/modules.c

index 10fa622436a76b5401d10b0495f76d78e0a339eb..876209a1c907670a48414e707ecd4e02ec976303 100644 (file)
@@ -19,6 +19,7 @@
  * the core server
  */
 
+#include "ap_config.h"
 #include "httpd.h"
 #include "http_config.h"