From: Jeff Trawick Date: Tue, 4 Dec 2001 01:45:46 +0000 (+0000) Subject: get the declaration for strcasecmp()/strncasecmp() on AIX X-Git-Tag: 2.0.30~292 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d874f585052061fe3d584d7a28dfa5cc2a12f34;p=thirdparty%2Fapache%2Fhttpd.git get the declaration for strcasecmp()/strncasecmp() on AIX git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92306 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/mod_cache.h b/modules/experimental/mod_cache.h index 15e4827a1d7..d357f77746e 100644 --- a/modules/experimental/mod_cache.h +++ b/modules/experimental/mod_cache.h @@ -74,6 +74,8 @@ #include "apr_md5.h" #include "apr_pools.h" #include "apr_strings.h" +#define APR_WANT_STRFUNC +#include "apr_want.h" #include "httpd.h" #include "http_config.h"