diff options
author | Ryan Bloom <rbb@apache.org> | 2000-01-28 19:02:29 +0100 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-01-28 19:02:29 +0100 |
commit | f8a7fce4231615f9b2014620ec2887357aca8b83 (patch) | |
tree | c6be803cbaac9406d318cbc6513b66e21729afbf /os/unix/unixd.c | |
parent | More sendfile work. Use new sendfile API in Apache, update Windows MPM (diff) | |
download | apache2-f8a7fce4231615f9b2014620ec2887357aca8b83.tar.xz apache2-f8a7fce4231615f9b2014620ec2887357aca8b83.zip |
Include ap_config.h before httpd.h, this ensures that AP_USE_HSREGEX is
defined correctly in all C files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84531 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os/unix/unixd.c')
-rw-r--r-- | os/unix/unixd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/unix/unixd.c b/os/unix/unixd.c index 4748e93242..2eaa13008b 100644 --- a/os/unix/unixd.c +++ b/os/unix/unixd.c @@ -55,6 +55,7 @@ * */ +#include "ap_config.h" #include "httpd.h" #include "http_config.h" #include "http_main.h" |