summaryrefslogtreecommitdiffstats
path: root/os/unix/unixd.c
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-01-28 19:02:29 +0100
committerRyan Bloom <rbb@apache.org>2000-01-28 19:02:29 +0100
commitf8a7fce4231615f9b2014620ec2887357aca8b83 (patch)
treec6be803cbaac9406d318cbc6513b66e21729afbf /os/unix/unixd.c
parentMore sendfile work. Use new sendfile API in Apache, update Windows MPM (diff)
downloadapache2-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.c1
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"