From: Jeff Trawick Date: Fri, 4 Apr 2003 13:44:41 +0000 (+0000) Subject: get prototypes for str[n]casecmp X-Git-Tag: pre_ajp_proxy~1921 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a391584e0e983a9a87b3bebf52e97321cd53939;p=thirdparty%2Fapache%2Fhttpd.git get prototypes for str[n]casecmp git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99208 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/mod_auth_ldap.c b/modules/experimental/mod_auth_ldap.c index 8cd10e38a53..ab87b8f07c7 100644 --- a/modules/experimental/mod_auth_ldap.c +++ b/modules/experimental/mod_auth_ldap.c @@ -63,6 +63,8 @@ #include #include #include +#define APR_WANT_STRFUNC +#include #include "ap_config.h" #if APR_HAVE_UNISTD_H