From 6ee771ecbd780b547c4f4ca75ce73ba94f12d090 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Wed, 27 Jun 2001 10:15:37 +0000 Subject: [PATCH] get strcasecmp() prototype available on AIX git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89429 13f79535-47bb-0310-9956-ffa450edef68 --- server/mpm/threaded/threaded.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/mpm/threaded/threaded.c b/server/mpm/threaded/threaded.c index 9666533033..e720a8b1ae 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 -- 2.50.1