From f1c5079459b1bcce0907e7ffc7a49139c7b449d7 Mon Sep 17 00:00:00 2001 From: Ivan Zhakov Date: Sat, 20 Jul 2024 12:15:48 +0000 Subject: [PATCH] * os/win32/modules.c: Include "ap_config.h" to match the file generated by 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/os/win32/modules.c b/os/win32/modules.c index 10fa622436a..876209a1c90 100644 --- a/os/win32/modules.c +++ b/os/win32/modules.c @@ -19,6 +19,7 @@ * the core server */ +#include "ap_config.h" #include "httpd.h" #include "http_config.h" -- 2.47.2