summaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2024-07-20 14:15:48 +0200
committerIvan Zhakov <ivan@apache.org>2024-07-20 14:15:48 +0200
commitf1c5079459b1bcce0907e7ffc7a49139c7b449d7 (patch)
treeedcd1cc7440570a87134a79af3ac279f039ad86f /os
parent* os/win32/modules.c: Add AP_DECLARE_DATA to ap_prelinked_module_symbols (diff)
downloadapache2-f1c5079459b1bcce0907e7ffc7a49139c7b449d7.tar.xz
apache2-f1c5079459b1bcce0907e7ffc7a49139c7b449d7.zip
* 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
Diffstat (limited to 'os')
-rw-r--r--os/win32/modules.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/win32/modules.c b/os/win32/modules.c
index 10fa622436..876209a1c9 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"