]> granicus.if.org Git - apache/commitdiff
get prototype for strcasecmp() on AIX
authorJeff Trawick <trawick@apache.org>
Tue, 4 Dec 2001 01:04:17 +0000 (01:04 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 4 Dec 2001 01:04:17 +0000 (01:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92305 13f79535-47bb-0310-9956-ffa450edef68

server/mpm_common.c

index 55c0edd178c1d6d41fe6929e71aa58a57770b934..2f1118c63f400280734ab6759a61ddfb7d621c03 100644 (file)
@@ -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"