From: Jeff Trawick Date: Tue, 4 Dec 2001 01:04:17 +0000 (+0000) Subject: get prototype for strcasecmp() on AIX X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99f9dc5c1a96111f8d23d583e3a3c1ae8885b32e;p=apache get prototype for strcasecmp() on AIX git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92305 13f79535-47bb-0310-9956-ffa450edef68 --- 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"