From: Jeff Trawick Date: Mon, 29 Sep 2003 14:03:37 +0000 (+0000) Subject: make sure we have prototype for strcasecmp() X-Git-Tag: pre_ajp_proxy~1133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ffc97b9f553049ab172bb2d8d26e5fb63cebd1cc;p=apache make sure we have prototype for strcasecmp() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@101344 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mappers/mod_actions.c b/modules/mappers/mod_actions.c index 55d6e65e1c..14980bfed2 100644 --- a/modules/mappers/mod_actions.c +++ b/modules/mappers/mod_actions.c @@ -79,6 +79,8 @@ */ #include "apr_strings.h" +#define APR_WANT_STRFUNC +#include "apr_want.h" #include "ap_config.h" #include "httpd.h" #include "http_config.h"