Skip to content

Commit f1c5079

Browse files
author
Ivan Zhakov
committed
* 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
1 parent 8f64f34 commit f1c5079

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

os/win32/modules.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* the core server
2020
*/
2121

22+
#include "ap_config.h"
2223
#include "httpd.h"
2324
#include "http_config.h"
2425

0 commit comments

Comments
 (0)