From: Jeff Trawick Date: Thu, 6 Jun 2002 15:25:21 +0000 (+0000) Subject: get the prototype for strcasecmp() on AIX X-Git-Tag: 2.0.37~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=703f3239612846972df6cea306d6600c9002ba12;p=apache get the prototype for strcasecmp() on AIX git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95548 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/filters/mod_deflate.c b/modules/filters/mod_deflate.c index 9f3d02ec0c..f08c339707 100644 --- a/modules/filters/mod_deflate.c +++ b/modules/filters/mod_deflate.c @@ -70,6 +70,8 @@ #include "util_filter.h" #include "apr_buckets.h" #include "http_request.h" +#define APR_WANT_STRFUNC +#include "apr_want.h" #include "zlib.h"