From: Jeff Trawick Date: Tue, 4 Dec 2001 01:45:46 +0000 (+0000) Subject: get the declaration for strcasecmp()/strncasecmp() on AIX X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=250e784bbe192fc45fc385a7f4cdbb794c8a3f33;p=apache 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 15e4827a1d..d357f77746 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"