summaryrefslogtreecommitdiffstats
path: root/modules/aaa/mod_authn_default.c
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2003-04-04 06:02:01 +0200
committerJeff Trawick <trawick@apache.org>2003-04-04 06:02:01 +0200
commit805422eb77314207bc337c9b49b073eeb10cf358 (patch)
treeec7543893e2bc7a9b8046c2978c236a9f57e45bf /modules/aaa/mod_authn_default.c
parentFix a compile failure with recent OpenSSL and picky compilers (diff)
downloadapache2-805422eb77314207bc337c9b49b073eeb10cf358.tar.xz
apache2-805422eb77314207bc337c9b49b073eeb10cf358.zip
get function prototypes for strcasecmp() and strncasecmp()
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99202 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/aaa/mod_authn_default.c')
-rw-r--r--modules/aaa/mod_authn_default.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/aaa/mod_authn_default.c b/modules/aaa/mod_authn_default.c
index bf7db1e5e5..61ccf2ac80 100644
--- a/modules/aaa/mod_authn_default.c
+++ b/modules/aaa/mod_authn_default.c
@@ -71,6 +71,8 @@
*/
#include "apr_strings.h"
+#define APR_WANT_STRFUNC
+#include "apr_want.h"
#include "ap_config.h"
#include "httpd.h"