From: Jeff Trawick Date: Thu, 6 Jun 2002 15:25:21 +0000 (+0000) Subject: get the prototype for strcasecmp() on AIX X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09a4372d783519fe1a92069545d7f6d8987b00c9;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"