From 250e784bbe192fc45fc385a7f4cdbb794c8a3f33 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Tue, 4 Dec 2001 01:45:46 +0000 Subject: [PATCH] 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 --- modules/experimental/mod_cache.h | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.50.1