From: Jeff Trawick Date: Tue, 27 Mar 2001 11:47:23 +0000 (+0000) Subject: make sure we have the prototype for strcasecmp() X-Git-Tag: 2.0.16~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=154555927050a45bd1d1ef7bee25ed8f9ec42c38;p=thirdparty%2Fapache%2Fhttpd.git make sure we have the prototype for strcasecmp() git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88593 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http/http_core.c b/modules/http/http_core.c index f05a6947c28..3983ef05daa 100644 --- a/modules/http/http_core.c +++ b/modules/http/http_core.c @@ -59,6 +59,9 @@ #include "apr_strings.h" #include "apr_thread_proc.h" /* for RLIMIT stuff */ +#define APR_WANT_STRFUNC +#include "apr_want.h" + #define CORE_PRIVATE #include "httpd.h" #include "http_config.h"