From 99f9dc5c1a96111f8d23d583e3a3c1ae8885b32e Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Tue, 4 Dec 2001 01:04:17 +0000 Subject: [PATCH] get prototype for strcasecmp() on AIX git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92305 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm_common.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/mpm_common.c b/server/mpm_common.c index 55c0edd178..2f1118c63f 100644 --- a/server/mpm_common.c +++ b/server/mpm_common.c @@ -72,6 +72,8 @@ #include "apr_signal.h" #include "apr_strings.h" #include "apr_lock.h" +#define APR_WANT_STRFUNC +#include "apr_want.h" #include "httpd.h" #include "http_config.h" -- 2.50.1