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

modules/experimental/mod_cache.h

index 15e4827a1d7cbd19294c426120a04d3e4dce101a..d357f77746efa9a005fc5545f6202563b4d6518a 100644 (file)
@@ -74,6 +74,8 @@
 #include "apr_md5.h"
 #include "apr_pools.h"
 #include "apr_strings.h"
+#define APR_WANT_STRFUNC
+#include "apr_want.h"
 
 #include "httpd.h"
 #include "http_config.h"