From: Jeff Trawick Date: Wed, 27 Jun 2001 10:15:37 +0000 (+0000) Subject: get strcasecmp() prototype available on AIX X-Git-Tag: 2.0.19~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ee771ecbd780b547c4f4ca75ce73ba94f12d090;p=thirdparty%2Fapache%2Fhttpd.git get strcasecmp() prototype available on AIX git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89429 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/threaded/threaded.c b/server/mpm/threaded/threaded.c index 96665330334..e720a8b1ae5 100644 --- a/server/mpm/threaded/threaded.c +++ b/server/mpm/threaded/threaded.c @@ -62,6 +62,8 @@ #include "apr_file_io.h" #include "apr_thread_proc.h" #include "apr_signal.h" +#define APR_WANT_STRFUNC +#include "apr_want.h" #if APR_HAVE_UNISTD_H #include