From 154555927050a45bd1d1ef7bee25ed8f9ec42c38 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Tue, 27 Mar 2001 11:47:23 +0000 Subject: [PATCH] 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 --- modules/http/http_core.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/http/http_core.c b/modules/http/http_core.c index f05a6947c2..3983ef05da 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" -- 2.40.0