summaryrefslogtreecommitdiffstats
path: root/server/mpm_common.c
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2001-12-04 02:04:17 +0100
committerJeff Trawick <trawick@apache.org>2001-12-04 02:04:17 +0100
commit6496d29027a55a95ade6b9850f9c983188c54d2a (patch)
treec881448c28d70355e5481673fdeb11420eb2fc14 /server/mpm_common.c
parent Resolved segfault in mod_isapi when configuring with ISAPICacheFile. (diff)
downloadapache2-6496d29027a55a95ade6b9850f9c983188c54d2a.tar.xz
apache2-6496d29027a55a95ade6b9850f9c983188c54d2a.zip
get prototype for strcasecmp() on AIX
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92305 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server/mpm_common.c')
-rw-r--r--server/mpm_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/mpm_common.c b/server/mpm_common.c
index 55c0edd178..2f1118c63f 100644
--- a/server/mpm_common.c
+++ b/server/mpm_common.c
@@ -72,6 +72,8 @@
#include "apr_signal.h"
#include "apr_strings.h"
#include "apr_lock.h"
+#define APR_WANT_STRFUNC
+#include "apr_want.h"
#include "httpd.h"
#include "http_config.h"