diff options
author | Jeff Trawick <trawick@apache.org> | 2001-12-04 02:04:17 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2001-12-04 02:04:17 +0100 |
commit | 6496d29027a55a95ade6b9850f9c983188c54d2a (patch) | |
tree | c881448c28d70355e5481673fdeb11420eb2fc14 /server/mpm_common.c | |
parent | Resolved segfault in mod_isapi when configuring with ISAPICacheFile. (diff) | |
download | apache2-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.c | 2 |
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" |