1
0
mirror of https://github.com/apache/httpd.git synced 2025-04-18 22:24:07 +03:00

* 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
This commit is contained in:
Ivan Zhakov 2024-07-20 12:15:48 +00:00
parent 8f64f34d68
commit f1c5079459

View File

@ -19,6 +19,7 @@
* the core server
*/
#include "ap_config.h"
#include "httpd.h"
#include "http_config.h"